#3ce3ce

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

Shades of Turquoise #3CE3CE

Tints of Turquoise #3CE3CE

Color information

#3CE3CE (or 0x3CE3CE) is unknown color: approx Turquoise. HEX triplet: 3C, E3 and CE. RGB value is (60,227,206). Sum of RGB (Red+Green+Blue) = 60+227+206=493 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.17% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE3CE is #C31C31. Grayscale: #AEAEAE. Windows color (decimal): -12786738 or 13558588. OLE color: 13558588.

HSL color Cylindrical-coordinate representation of color #3CE3CE: hue angle of 172.46º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE3CE is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB60227206-
CMYK0.7400.090.11
HSL172.46º74.89%56.27%-
HSV(B)172.46º73.57%89.02%-
XYZ40.4760.3667.91-
YUV174.67145.6746.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.17%
GREEN value IS 227 (89.06% from 255) = 46.04%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=12.17%
G=46.04%
B=41.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602272060.7400.090.11172.4674.8956.27
Hex3CE3CE4A09Bac4b38
Octal743433161120111325411370
Binary11110011100011110011101001010010011011101011001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ce3ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,227,206); }

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

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

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

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

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

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

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