Html Css Color HEX #55D9EB Turquoise Blue

📋 copy color: '#55D9EB'

red 85 ◦ green 217 ◦ blue 235

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

Shades of Turquoise Blue #55D9EB

Tints of Turquoise Blue #55D9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 15.83%
G = 40.41%
B = 43.76%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55D9EB (or 0x55D9EB) is known color: Turquoise Blue. HEX triplet: 55, D9 and EB. RGB value is (85,217,235). Sum of RGB (Red+Green+Blue) = 85+217+235=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #55D9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D9EB is #AA2614. Grayscale: #B3B3B3. Windows color (decimal): -11150869 or 15456597. OLE color: 15456597.

HSL color Cylindrical-coordinate representation of color #55D9EB: hue angle of 187.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D9EB is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 217 235 -
CMYK 0.64 0.08 0 0.08
HSL 187.2º 0.79% 0.63% -
HSV(B) 187.2º 0.64% 0.92% -
XYZ 43.55 57.56 87.41 -
YUV 179.58 159.27 60.54 -
System Red Green Blue C M Y K H S L
Decimal 85 217 235 0.64 0.08 0 0.08 187.2 0.79 0.63
Hex 55 D9 EB 40 8 0 8 BB 4F 3F
Octal 125 331 353 100 10 0 10 273 117 77
Binary 1010101 11011001 11101011 1000000 1000 0 1000 10111011 1001111 111111

Color Harmonies of #55D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D9EB

Black with #55D9EB

Text Example


Text Example

White with #55D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,235); }

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

background-color css

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

 a { background-color: rgb(85,217,235); }

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

border-color css

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

 span { border-color: rgb(85,217,235); }

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