#55D5EE

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

Shades of Turquoise Blue #55D5EE

Tints of Turquoise Blue #55D5EE

Color information

#55D5EE (or 0x55D5EE) is unknown color: approx Turquoise Blue. HEX triplet: 55, D5 and EE. RGB value is (85,213,238). Sum of RGB (Red+Green+Blue) = 85+213+238=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #55D5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D5EE is #AA2A11. Grayscale: #B1B1B1. Windows color (decimal): -11151890 or 15652181. OLE color: 15652181.

HSL color Cylindrical-coordinate representation of color #55D5EE: hue angle of 189.8º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D5EE is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85213238-
CMYK0.640.1100.07
HSL189.8º81.82%63.33%-
HSV(B)189.8º64.29%93.33%-
XYZ42.9755.6989.37-
YUV177.58162.0961.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.86%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=15.86%
G=39.74%
B=44.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852132380.640.1100.07189.881.8263.33
Hex55D5EE40B07be523f
Octal125325356100130727612277
Binary10101011101010111101110100000010110111101111101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,238); }

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

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

 a { background-color: rgb(85,213,238); }

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

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

 span { border-color: rgb(85,213,238); }

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