#5CCCCD

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

Shades of Medium Turquoise #5CCCCD

Tints of Medium Turquoise #5CCCCD

Color information

#5CCCCD (or 0x5CCCCD) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CC and CD. RGB value is (92,204,205). Sum of RGB (Red+Green+Blue) = 92+204+205=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCCD is #A33332. Grayscale: #AAAAAA. Windows color (decimal): -10695475 or 13487196. OLE color: 13487196.

HSL color Cylindrical-coordinate representation of color #5CCCCD: hue angle of 180.53º 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 #5CCCCD is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92204205-
CMYK0.550.0000.20
HSL180.53º53.05%58.24%-
HSV(B)180.53º55.12%80.39%-
XYZ37.0349.8765.43-
YUV170.63147.3971.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.36%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=18.36%
G=40.72%
B=40.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922042050.550.0000.20180.5353.0558.24
Hex5CCCCD370014b5353a
Octal1343143156700242656572
Binary10111001100110011001101110111001010010110101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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