#5CD3CD

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

Shades of Medium Turquoise #5CD3CD

Tints of Medium Turquoise #5CD3CD

Color information

#5CD3CD (or 0x5CD3CD) is unknown color: approx Medium Turquoise. HEX triplet: 5C, D3 and CD. RGB value is (92,211,205). Sum of RGB (Red+Green+Blue) = 92+211+205=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD3CD is #A32C32. Grayscale: #AEAEAE. Windows color (decimal): -10693683 or 13488988. OLE color: 13488988.

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

Color convert

RGB92211205-
CMYK0.5600.030.17
HSL176.97º57.49%59.41%-
HSV(B)176.97º56.4%82.75%-
XYZ38.7353.2766-
YUV174.74145.0868.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.11%
GREEN value IS 211 (82.81% from 255) = 41.54%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=18.11%
G=41.54%
B=40.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal922112050.5600.030.17176.9757.4959.41
Hex5CD3CD380311b1393b
Octal1343233157003212617173
Binary101110011010011110011011110000111000110110001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,211,205); }

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

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

 a { background-color: rgb(92,211,205); }

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

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

 span { border-color: rgb(92,211,205); }

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