#55EED5

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

Shades of Turquoise #55EED5

Tints of Turquoise #55EED5

Color information

#55EED5 (or 0x55EED5) is unknown color: approx Turquoise. HEX triplet: 55, EE and D5. RGB value is (85,238,213). Sum of RGB (Red+Green+Blue) = 85+238+213=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #55EED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EED5 is #AA112A. Grayscale: #BDBDBD. Windows color (decimal): -11145515 or 14020181. OLE color: 14020181.

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

Color convert

RGB85238213-
CMYK0.6400.110.07
HSL170.2º81.82%63.33%-
HSV(B)170.2º64.29%93.33%-
XYZ46.3367.8873.61-
YUV189.4141.3153.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852382130.6400.110.07170.281.8263.33
Hex55EED5400B7aa523f
Octal125356325100013725212277
Binary10101011110111011010101100000001011111101010101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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