#5FDED3

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

Shades of Medium Turquoise #5FDED3

Tints of Medium Turquoise #5FDED3

Color information

#5FDED3 (or 0x5FDED3) is unknown color: approx Medium Turquoise. HEX triplet: 5F, DE and D3. RGB value is (95,222,211). Sum of RGB (Red+Green+Blue) = 95+222+211=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDED3 is #A0212C. Grayscale: #B6B6B6. Windows color (decimal): -10494253 or 13885023. OLE color: 13885023.

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

Color convert

RGB95222211-
CMYK0.5700.050.13
HSL174.8º65.8%62.16%-
HSV(B)174.8º57.21%87.06%-
XYZ42.659.3870.84-
YUV182.77143.9265.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.99%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=17.99%
G=42.05%
B=39.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952222110.5700.050.13174.865.862.16
Hex5FDED33905Daf423e
Octal13733632371051525710276
Binary1011111110111101101001111100101011101101011111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,222,211); }

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

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

 a { background-color: rgb(95,222,211); }

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

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

 span { border-color: rgb(95,222,211); }

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