#3cd0d9

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

Shades of Medium Turquoise #3CD0D9

Tints of Medium Turquoise #3CD0D9

Color information

#3CD0D9 (or 0x3CD0D9) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D0 and D9. RGB value is (60,208,217). Sum of RGB (Red+Green+Blue) = 60+208+217=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #3CD0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD0D9 is #C32F26. Grayscale: #A4A4A4. Windows color (decimal): -12791591 or 14274620. OLE color: 14274620.

HSL color Cylindrical-coordinate representation of color #3CD0D9: hue angle of 183.44º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD0D9 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB60208217-
CMYK0.720.0400.15
HSL183.44º67.38%54.31%-
HSV(B)183.44º72.35%85.1%-
XYZ36.9451.0873.56-
YUV164.77157.4753.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.37%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=12.37%
G=42.89%
B=44.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal602082170.720.0400.15183.4467.3854.31
Hex3CD0D94840Fb74336
Octal74320331110401726710366
Binary1111001101000011011001100100010001111101101111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd0d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3cd0d9; }

 p { color: rgb(60,208,217); }

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

<style>
 a { background-color: #3cd0d9; }

 a { background-color: rgb(60,208,217); }

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

<style>
 span { border-color: #3cd0d9; }

 span { border-color: rgb(60,208,217); }

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