#3CD9C6

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

Shades of Turquoise #3CD9C6

Tints of Turquoise #3CD9C6

Color information

#3CD9C6 (or 0x3CD9C6) is unknown color: approx Turquoise. HEX triplet: 3C, D9 and C6. RGB value is (60,217,198). Sum of RGB (Red+Green+Blue) = 60+217+198=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD9C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD9C6 is #C32639. Grayscale: #A7A7A7. Windows color (decimal): -12789306 or 13031740. OLE color: 13031740.

HSL color Cylindrical-coordinate representation of color #3CD9C6: hue angle of 172.74º 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 #3CD9C6 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB60217198-
CMYK0.7200.090.15
HSL172.74º67.38%54.31%-
HSV(B)172.74º72.35%85.1%-
XYZ36.8754.6662.03-
YUV167.89144.9951.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.63%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=12.63%
G=45.68%
B=41.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal602171980.7200.090.15172.7467.3854.31
Hex3CD9C64809Fad4336
Octal743313061100111725510366
Binary11110011011001110001101001000010011111101011011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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