#3CD9D9

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

Shades of Turquoise #3CD9D9

Tints of Turquoise #3CD9D9

Color information

#3CD9D9 (or 0x3CD9D9) is unknown color: approx Turquoise. HEX triplet: 3C, D9 and D9. RGB value is (60,217,217). Sum of RGB (Red+Green+Blue) = 60+217+217=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: green, blue. Hex color #3CD9D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD9D9 is #C32626. Grayscale: #A9A9A9. Windows color (decimal): -12789287 or 14276924. OLE color: 14276924.

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

Color convert

RGB60217217-
CMYK0.72000.15
HSL180º67.38%54.31%-
HSV(B)180º72.35%85.1%-
XYZ39.255.674.31-
YUV170.06154.4949.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.15%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=12.15%
G=43.93%
B=43.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal602172170.72000.1518067.3854.31
Hex3CD9D94800Fb44336
Octal74331331110001726410366
Binary11110011011001110110011001000001111101101001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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