#5CD4CA

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

Shades of Medium Turquoise #5CD4CA

Tints of Medium Turquoise #5CD4CA

Color information

#5CD4CA (or 0x5CD4CA) is unknown color: approx Medium Turquoise. HEX triplet: 5C, D4 and CA. RGB value is (92,212,202). Sum of RGB (Red+Green+Blue) = 92+212+202=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD4CA is #A32B35. Grayscale: #AEAEAE. Windows color (decimal): -10693430 or 13292636. OLE color: 13292636.

HSL color Cylindrical-coordinate representation of color #5CD4CA: hue angle of 175º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD4CA is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB92212202-
CMYK0.5700.050.17
HSL175º58.25%59.61%-
HSV(B)175º56.6%83.14%-
XYZ38.6253.6364.19-
YUV174.98143.2468.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.18%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=18.18%
G=41.90%
B=39.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal922122020.5700.050.1717558.2559.61
Hex5CD4CA390511af3a3c
Octal1343243127105212577274
Binary1011100110101001100101011100101011000110101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,212,202); }

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

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

 a { background-color: rgb(92,212,202); }

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

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

 span { border-color: rgb(92,212,202); }

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