#5FCDD0

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

Shades of Medium Turquoise #5FCDD0

Tints of Medium Turquoise #5FCDD0

Color information

#5FCDD0 (or 0x5FCDD0) is unknown color: approx Medium Turquoise. HEX triplet: 5F, CD and D0. RGB value is (95,205,208). Sum of RGB (Red+Green+Blue) = 95+205+208=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #5FCDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDD0 is #A0322F. Grayscale: #ACACAC. Windows color (decimal): -10498608 or 13684063. OLE color: 13684063.

HSL color Cylindrical-coordinate representation of color #5FCDD0: hue angle of 181.59º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDD0 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB95205208-
CMYK0.540.0100.18
HSL181.59º54.59%59.41%-
HSV(B)181.59º54.33%81.57%-
XYZ37.9450.6567.45-
YUV172.45148.0672.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.70%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=18.70%
G=40.35%
B=40.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952052080.540.0100.18181.5954.5959.41
Hex5FCDD0361012b6373b
Octal1373153206610222666773
Binary10111111100110111010000110110101001010110110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,205,208); }

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

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

 a { background-color: rgb(95,205,208); }

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

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

 span { border-color: rgb(95,205,208); }

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