#5CCDCD

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

Shades of Medium Turquoise #5CCDCD

Tints of Medium Turquoise #5CCDCD

Color information

#5CCDCD (or 0x5CCDCD) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CD and CD. RGB value is (92,205,205). Sum of RGB (Red+Green+Blue) = 92+205+205=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #5CCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDCD is #A33232. Grayscale: #ABABAB. Windows color (decimal): -10695219 or 13487452. OLE color: 13487452.

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

Color convert

RGB92205205-
CMYK0.55000.20
HSL180º53.05%58.24%-
HSV(B)180º55.12%80.39%-
XYZ37.2650.3565.51-
YUV171.21147.0671.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.33%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=18.33%
G=40.84%
B=40.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922052050.55000.2018053.0558.24
Hex5CCDCD370014b4353a
Octal1343153156700242646572
Binary10111001100110111001101110111001010010110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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