#5edfd3

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

Shades of Medium Turquoise #5EDFD3

Tints of Medium Turquoise #5EDFD3

Color information

#5EDFD3 (or 0x5EDFD3) is unknown color: approx Medium Turquoise. HEX triplet: 5E, DF and D3. RGB value is (94,223,211). Sum of RGB (Red+Green+Blue) = 94+223+211=528 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.80% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFD3 is #A1202C. Grayscale: #B6B6B6. Windows color (decimal): -10559533 or 13885278. OLE color: 13885278.

HSL color Cylindrical-coordinate representation of color #5EDFD3: hue angle of 174.42º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFD3 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB94223211-
CMYK0.5800.050.13
HSL174.42º66.84%62.16%-
HSV(B)174.42º57.85%87.45%-
XYZ42.7659.8670.93-
YUV183.06143.7664.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.80%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=17.80%
G=42.23%
B=39.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942232110.5800.050.13174.4266.8462.16
Hex5EDFD33A05Dae433e
Octal13633732372051525610376
Binary1011110110111111101001111101001011101101011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5edfd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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