#55EECF

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

Shades of Turquoise #55EECF

Tints of Turquoise #55EECF

Color information

#55EECF (or 0x55EECF) is unknown color: approx Turquoise. HEX triplet: 55, EE and CF. RGB value is (85,238,207). Sum of RGB (Red+Green+Blue) = 85+238+207=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #55EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EECF is #AA1130. Grayscale: #BCBCBC. Windows color (decimal): -11145521 or 13626965. OLE color: 13626965.

HSL color Cylindrical-coordinate representation of color #55EECF: hue angle of 167.84º 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 #55EECF is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB85238207-
CMYK0.6400.130.07
HSL167.84º81.82%63.33%-
HSV(B)167.84º64.29%93.33%-
XYZ45.5867.5969.67-
YUV188.72138.3154.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.04%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=16.04%
G=44.91%
B=39.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852382070.6400.130.07167.8481.8263.33
Hex55EECF400D7a8523f
Octal125356317100015725012277
Binary10101011110111011001111100000001101111101010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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