Html Css Color HEX #55CEE8 Turquoise Blue

📋 copy color: '#55CEE8'

red 85 ◦ green 206 ◦ blue 232

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

Shades of Turquoise Blue #55CEE8

Tints of Turquoise Blue #55CEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.39%

 BLUE value IS 232 (91.02% from 255) = 44.36%

R = 16.25%
G = 39.39%
B = 44.36%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#55CEE8 (or 0x55CEE8) is known color: Turquoise Blue. HEX triplet: 55, CE and E8. RGB value is (85,206,232). Sum of RGB (Red+Green+Blue) = 85+206+232=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #55CEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEE8 is #AA3117. Grayscale: #ACACAC. Windows color (decimal): -11153688 or 15257173. OLE color: 15257173.

HSL color Cylindrical-coordinate representation of color #55CEE8: hue angle of 190.61º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55CEE8 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 206 232 -
CMYK 0.63 0.11 0 0.09
HSL 190.61º 0.76% 0.62% -
HSV(B) 190.61º 0.63% 0.91% -
XYZ 40.38 51.9 84.23 -
YUV 172.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 85 206 232 0.63 0.11 0 0.09 190.61 0.76 0.62
Hex 55 CE E8 3F B 0 9 BF 4C 3E
Octal 125 316 350 77 13 0 11 277 114 76
Binary 1010101 11001110 11101000 111111 1011 0 1001 10111111 1001100 111110

Color Harmonies of #55CEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CEE8

Black with #55CEE8

Text Example


Text Example

White with #55CEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,206,232); }

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

background-color css

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

 a { background-color: rgb(85,206,232); }

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

border-color css

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

 span { border-color: rgb(85,206,232); }

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