Html Css Color HEX #55CCE8 Turquoise Blue

📋 copy color: '#55CCE8'

red 85 ◦ green 204 ◦ blue 232

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

Shades of Turquoise Blue #55CCE8

Tints of Turquoise Blue #55CCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 16.31%
G = 39.16%
B = 44.53%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#55CCE8 (or 0x55CCE8) is known color: Turquoise Blue. HEX triplet: 55, CC and E8. RGB value is (85,204,232). Sum of RGB (Red+Green+Blue) = 85+204+232=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #55CCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CCE8 is #AA3317. Grayscale: #ABABAB. Windows color (decimal): -11154200 or 15256661. OLE color: 15256661.

HSL color Cylindrical-coordinate representation of color #55CCE8: hue angle of 191.43º 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 #55CCE8 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 204 232 -
CMYK 0.63 0.12 0 0.09
HSL 191.43º 0.76% 0.62% -
HSV(B) 191.43º 0.63% 0.91% -
XYZ 39.9 50.94 84.07 -
YUV 171.61 162.08 66.22 -
System Red Green Blue C M Y K H S L
Decimal 85 204 232 0.63 0.12 0 0.09 191.43 0.76 0.62
Hex 55 CC E8 3F C 0 9 BF 4C 3E
Octal 125 314 350 77 14 0 11 277 114 76
Binary 1010101 11001100 11101000 111111 1100 0 1001 10111111 1001100 111110

Color Harmonies of #55CCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCE8

Black with #55CCE8

Text Example


Text Example

White with #55CCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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