Html Css Color HEX #55CBE9 Turquoise Blue

📋 copy color: '#55CBE9'

red 85 ◦ green 203 ◦ blue 233

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

Shades of Turquoise Blue #55CBE9

Tints of Turquoise Blue #55CBE9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

 BLUE value IS 233 (91.41% from 255) = 44.72%

R = 16.31%
G = 38.96%
B = 44.72%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#55CBE9 (or 0x55CBE9) is known color: Turquoise Blue. HEX triplet: 55, CB and E9. RGB value is (85,203,233). Sum of RGB (Red+Green+Blue) = 85+203+233=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #55CBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CBE9 is #AA3416. Grayscale: #AAAAAA. Windows color (decimal): -11154455 or 15321941. OLE color: 15321941.

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

Color convert

RGB 85 203 233 -
CMYK 0.64 0.13 0 0.09
HSL 192.16º 0.77% 0.62% -
HSV(B) 192.16º 0.64% 0.91% -
XYZ 39.81 50.53 84.75 -
YUV 171.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 85 203 233 0.64 0.13 0 0.09 192.16 0.77 0.62
Hex 55 CB E9 40 D 0 9 C0 4D 3E
Octal 125 313 351 100 15 0 11 300 115 76
Binary 1010101 11001011 11101001 1000000 1101 0 1001 11000000 1001101 111110

Color Harmonies of #55CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBE9

Black with #55CBE9

Text Example


Text Example

White with #55CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,233); }

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

background-color css

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

 a { background-color: rgb(85,203,233); }

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

border-color css

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

 span { border-color: rgb(85,203,233); }

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