#5CCDC6

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

Shades of Medium Turquoise #5CCDC6

Tints of Medium Turquoise #5CCDC6

Color information

#5CCDC6 (or 0x5CCDC6) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CD and C6. RGB value is (92,205,198). Sum of RGB (Red+Green+Blue) = 92+205+198=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDC6 is #A33239. Grayscale: #AAAAAA. Windows color (decimal): -10695226 or 13028700. OLE color: 13028700.

HSL color Cylindrical-coordinate representation of color #5CCDC6: hue angle of 176.28º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCDC6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB92205198-
CMYK0.5500.030.20
HSL176.28º53.05%58.24%-
HSV(B)176.28º55.12%80.39%-
XYZ36.4450.0261.16-
YUV170.42143.5672.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.59%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 198 (77.73% from 255) = 40%
R=18.59%
G=41.41%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922051980.5500.030.20176.2853.0558.24
Hex5CCDC6370314b0353a
Octal1343153066703242606572
Binary101110011001101110001101101110111010010110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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