#3CE9D6

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

Shades of Turquoise #3CE9D6

Tints of Turquoise #3CE9D6

Color information

#3CE9D6 (or 0x3CE9D6) is unknown color: approx Turquoise. HEX triplet: 3C, E9 and D6. RGB value is (60,233,214). Sum of RGB (Red+Green+Blue) = 60+233+214=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE9D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE9D6 is #C31629. Grayscale: #B3B3B3. Windows color (decimal): -12785194 or 14084412. OLE color: 14084412.

HSL color Cylindrical-coordinate representation of color #3CE9D6: hue angle of 173.41º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE9D6 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB60233214-
CMYK0.7400.080.09
HSL173.41º79.72%57.45%-
HSV(B)173.41º74.25%91.37%-
XYZ43.1464.0973.72-
YUV179.11147.6943.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.83%
GREEN value IS 233 (91.41% from 255) = 45.96%
BLUE value IS 214 (83.98% from 255) = 42.21%
R=11.83%
G=45.96%
B=42.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602332140.7400.080.09173.4179.7257.45
Hex3CE9D64A089ad5039
Octal743513261120101125512071
Binary11110011101001110101101001010010001001101011011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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