#3CE1CD

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

Shades of Turquoise #3CE1CD

Tints of Turquoise #3CE1CD

Color information

#3CE1CD (or 0x3CE1CD) is unknown color: approx Turquoise. HEX triplet: 3C, E1 and CD. RGB value is (60,225,205). Sum of RGB (Red+Green+Blue) = 60+225+205=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1CD is #C31E32. Grayscale: #ADADAD. Windows color (decimal): -12787251 or 13492540. OLE color: 13492540.

HSL color Cylindrical-coordinate representation of color #3CE1CD: hue angle of 172.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE1CD is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB60225205-
CMYK0.7300.090.12
HSL172.73º73.33%55.88%-
HSV(B)172.73º73.33%88.24%-
XYZ39.8159.2267.09-
YUV173.38145.8447.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.24%
GREEN value IS 225 (88.28% from 255) = 45.92%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=12.24%
G=45.92%
B=41.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal602252050.7300.090.12172.7373.3355.88
Hex3CE1CD4909Cad4938
Octal743413151110111425511170
Binary11110011100001110011011001001010011100101011011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,225,205); }

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

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

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

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

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

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

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