Html Css Color HEX #55D8E1 Turquoise Blue

📋 copy color: '#55D8E1'

red 85 ◦ green 216 ◦ blue 225

#55D8E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #55D8E1

Tints of Turquoise Blue #55D8E1

RGB

 RED value IS 85 (33.59% from 255) = 16.16%

 GREEN value IS 216 (84.77% from 255) = 41.06%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 16.16%
G = 41.06%
B = 42.78%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55D8E1 (or 0x55D8E1) is known color: Turquoise Blue. HEX triplet: 55, D8 and E1. RGB value is (85,216,225). Sum of RGB (Red+Green+Blue) = 85+216+225=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #55D8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8E1 is #AA271E. Grayscale: #B1B1B1. Windows color (decimal): -11151135 or 14800981. OLE color: 14800981.

HSL color Cylindrical-coordinate representation of color #55D8E1: hue angle of 183.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55D8E1 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 216 225 -
CMYK 0.62 0.04 0 0.12
HSL 183.86º 0.7% 0.61% -
HSV(B) 183.86º 0.62% 0.88% -
XYZ 41.89 56.48 79.93 -
YUV 177.86 154.6 61.77 -
System Red Green Blue C M Y K H S L
Decimal 85 216 225 0.62 0.04 0 0.12 183.86 0.7 0.61
Hex 55 D8 E1 3E 4 0 C B8 46 3D
Octal 125 330 341 76 4 0 14 270 106 75
Binary 1010101 11011000 11100001 111110 100 0 1100 10111000 1000110 111101

Color Harmonies of #55D8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D8E1

Black with #55D8E1

Text Example


Text Example

White with #55D8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55D8E1; }

 p { color: rgb(85,216,225); }

 H1.HeaderClassName
 {
   color: #55D8E1;
 }
 .AnyTagClassName
 {
   color: #55D8E1;
 }
</style>

background-color css

<style>
 a { background-color: #55D8E1; }

 a { background-color: rgb(85,216,225); }

 div.DivClassName
 {
   background-color: #55D8E1;
 }
 .BgClassName
 {
   background-color: #55D8E1;
 }
</style>

border-color css

<style>
 span { border-color: #55D8E1; }

 span { border-color: rgb(85,216,225); }

 td.TdClassName
 {
   border-color: #55D8E1;
 }
 .TagClassName
 {
   border-color: #55D8E1;
 }
</style>