#5CCCCF

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

Shades of Medium Turquoise #5CCCCF

Tints of Medium Turquoise #5CCCCF

Color information

#5CCCCF (or 0x5CCCCF) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CC and CF. RGB value is (92,204,207). Sum of RGB (Red+Green+Blue) = 92+204+207=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCCF is #A33330. Grayscale: #AAAAAA. Windows color (decimal): -10695473 or 13618268. OLE color: 13618268.

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

Color convert

RGB92204207-
CMYK0.560.0100.19
HSL181.57º54.5%58.63%-
HSV(B)181.57º55.56%81.18%-
XYZ37.2749.9766.71-
YUV170.85148.3971.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.29%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=18.29%
G=40.56%
B=41.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal922042070.560.0100.19181.5754.558.63
Hex5CCCCF381013b6373b
Octal1343143177010232666773
Binary10111001100110011001111111000101001110110110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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