#3ce1cc

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

Shades of Turquoise #3CE1CC

Tints of Turquoise #3CE1CC

Color information

#3CE1CC (or 0x3CE1CC) is unknown color: approx Turquoise. HEX triplet: 3C, E1 and CC. RGB value is (60,225,204). Sum of RGB (Red+Green+Blue) = 60+225+204=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1CC is #C31E33. Grayscale: #ADADAD. Windows color (decimal): -12787252 or 13427004. OLE color: 13427004.

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

Color convert

RGB60225204-
CMYK0.7300.090.12
HSL172.36º73.33%55.88%-
HSV(B)172.36º73.33%88.24%-
XYZ39.6959.1766.46-
YUV173.27145.3447.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.27%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=12.27%
G=46.01%
B=41.72%

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
Decimal602252040.7300.090.12172.3673.3355.88
Hex3CE1CC4909Cac4938
Octal743413141110111425411170
Binary11110011100001110011001001001010011100101011001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ce1cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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