#3CD6D4

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

Shades of Turquoise #3CD6D4

Tints of Turquoise #3CD6D4

Color information

#3CD6D4 (or 0x3CD6D4) is unknown color: approx Turquoise. HEX triplet: 3C, D6 and D4. RGB value is (60,214,212). Sum of RGB (Red+Green+Blue) = 60+214+212=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #3CD6D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD6D4 is #C3292B. Grayscale: #A7A7A7. Windows color (decimal): -12790060 or 13948476. OLE color: 13948476.

HSL color Cylindrical-coordinate representation of color #3CD6D4: hue angle of 179.22º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD6D4 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB60214212-
CMYK0.7200.010.16
HSL179.22º65.25%53.73%-
HSV(B)179.22º71.96%83.92%-
XYZ37.7953.8170.68-
YUV167.73152.9851.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.35%
GREEN value IS 214 (83.98% from 255) = 44.03%
BLUE value IS 212 (83.20% from 255) = 43.62%
R=12.35%
G=44.03%
B=43.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602142120.7200.010.16179.2265.2553.73
Hex3CD6D4480110b34136
Octal74326324110012026310166
Binary111100110101101101010010010000110000101100111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,214,212); }

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

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

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

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

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

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

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