#5CCCCE

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

Shades of Medium Turquoise #5CCCCE

Tints of Medium Turquoise #5CCCCE

Color information

#5CCCCE (or 0x5CCCCE) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CC and CE. RGB value is (92,204,206). Sum of RGB (Red+Green+Blue) = 92+204+206=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCCE is #A33331. Grayscale: #AAAAAA. Windows color (decimal): -10695474 or 13552732. OLE color: 13552732.

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

Color convert

RGB92204206-
CMYK0.550.0100.19
HSL181.05º53.77%58.43%-
HSV(B)181.05º55.34%80.78%-
XYZ37.1549.9266.07-
YUV170.74147.8971.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.33%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=18.33%
G=40.64%
B=41.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal922042060.550.0100.19181.0553.7758.43
Hex5CCCCE371013b5363a
Octal1343143166710232656672
Binary10111001100110011001110110111101001110110101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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