#55D1E5

Color #55D1E5 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #55D1E5

Tints of Turquoise Blue #55D1E5

Color information

#55D1E5 (or 0x55D1E5) is unknown color: approx Turquoise Blue. HEX triplet: 55, D1 and E5. RGB value is (85,209,229). Sum of RGB (Red+Green+Blue) = 85+209+229=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #55D1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1E5 is #AA2E1A. Grayscale: #AEAEAE. Windows color (decimal): -11152923 or 15061333. OLE color: 15061333.

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

Color convert

RGB85209229-
CMYK0.630.0900.10
HSL188.33º73.47%61.57%-
HSV(B)188.33º62.88%89.8%-
XYZ40.6953.1982.25-
YUV174.2158.9264.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.25%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 229 (89.84% from 255) = 43.79%
R=16.25%
G=39.96%
B=43.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal852092290.630.0900.10188.3373.4761.57
Hex55D1E53F90Abc493e
Octal125321345771101227411176
Binary10101011101000111100101111111100101010101111001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,209,229); }

 H1.HeaderClassName
 {
   color: #55D1E5;
 }
 .AnyTagClassName
 {
   color: #55D1E5;
 }
</style>
background-color css

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

 a { background-color: rgb(85,209,229); }

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

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

 span { border-color: rgb(85,209,229); }

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