#5FCECA

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

Shades of Medium Turquoise #5FCECA

Tints of Medium Turquoise #5FCECA

Color information

#5FCECA (or 0x5FCECA) is unknown color: approx Medium Turquoise. HEX triplet: 5F, CE and CA. RGB value is (95,206,202). Sum of RGB (Red+Green+Blue) = 95+206+202=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCECA is #A03135. Grayscale: #ACACAC. Windows color (decimal): -10498358 or 13291103. OLE color: 13291103.

HSL color Cylindrical-coordinate representation of color #5FCECA: hue angle of 177.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCECA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB95206202-
CMYK0.5400.020.19
HSL177.84º53.11%59.02%-
HSV(B)177.84º53.88%80.78%-
XYZ37.4550.8463.72-
YUV172.36144.7372.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.89%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=18.89%
G=40.95%
B=40.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952062020.5400.020.19177.8453.1159.02
Hex5FCECA360213b2353b
Octal1373163126602232626573
Binary101111111001110110010101101100101001110110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,206,202); }

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

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

 a { background-color: rgb(95,206,202); }

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

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

 span { border-color: rgb(95,206,202); }

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