#5EF1CE

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

Shades of Turquoise #5EF1CE

Tints of Turquoise #5EF1CE

Color information

#5EF1CE (or 0x5EF1CE) is unknown color: approx Turquoise. HEX triplet: 5E, F1 and CE. RGB value is (94,241,206). Sum of RGB (Red+Green+Blue) = 94+241+206=541 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.38% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1CE is #A10E31. Grayscale: #C1C1C1. Windows color (decimal): -10554930 or 13562206. OLE color: 13562206.

HSL color Cylindrical-coordinate representation of color #5EF1CE: hue angle of 165.71º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1CE is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB94241206-
CMYK0.6100.150.05
HSL165.71º84%65.69%-
HSV(B)165.71º61%94.51%-
XYZ47.2169.7569.37-
YUV193.06135.357.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.38%
GREEN value IS 241 (94.53% from 255) = 44.55%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=17.38%
G=44.55%
B=38.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942412060.6100.150.05165.718465.69
Hex5EF1CE3D0F5a65442
Octal136361316750175246124102
Binary10111101111000111001110111101011111011010011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EF1CE; }

 p { color: rgb(94,241,206); }

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

<style>
 a { background-color: #5EF1CE; }

 a { background-color: rgb(94,241,206); }

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

<style>
 span { border-color: #5EF1CE; }

 span { border-color: rgb(94,241,206); }

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