#5EE1D3

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

Shades of Medium Turquoise #5EE1D3

Tints of Medium Turquoise #5EE1D3

Color information

#5EE1D3 (or 0x5EE1D3) is unknown color: approx Medium Turquoise. HEX triplet: 5E, E1 and D3. RGB value is (94,225,211). Sum of RGB (Red+Green+Blue) = 94+225+211=530 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.74% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE1D3 is #A11E2C. Grayscale: #B8B8B8. Windows color (decimal): -10559021 or 13885790. OLE color: 13885790.

HSL color Cylindrical-coordinate representation of color #5EE1D3: hue angle of 173.59º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE1D3 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB94225211-
CMYK0.5800.060.12
HSL173.59º68.59%62.55%-
HSV(B)173.59º58.22%88.24%-
XYZ43.360.9371.11-
YUV184.24143.163.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.74%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 211 (82.81% from 255) = 39.81%
R=17.74%
G=42.45%
B=39.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal942252110.5800.060.12173.5968.5962.55
Hex5EE1D33A06Cae453f
Octal13634132372061425610577
Binary1011110111000011101001111101001101100101011101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,225,211); }

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

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

 a { background-color: rgb(94,225,211); }

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

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

 span { border-color: rgb(94,225,211); }

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