#5CDFCC

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

Shades of Medium Turquoise #5CDFCC

Tints of Medium Turquoise #5CDFCC

Color information

#5CDFCC (or 0x5CDFCC) is unknown color: approx Medium Turquoise. HEX triplet: 5C, DF and CC. RGB value is (92,223,204). Sum of RGB (Red+Green+Blue) = 92+223+204=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDFCC is #A32033. Grayscale: #B5B5B5. Windows color (decimal): -10690612 or 13426524. OLE color: 13426524.

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

Color convert

RGB92223204-
CMYK0.5900.090.13
HSL171.3º67.18%61.76%-
HSV(B)171.3º58.74%87.45%-
XYZ41.759.4166.4-
YUV181.66140.664.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.73%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=17.73%
G=42.97%
B=39.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922232040.5900.090.13171.367.1861.76
Hex5CDFCC3B09Dab433e
Octal134337314730111525310376
Binary10111001101111111001100111011010011101101010111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,223,204); }

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

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

 a { background-color: rgb(92,223,204); }

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

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

 span { border-color: rgb(92,223,204); }

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