Shades of Turquoise #3CE3CE
Tints of Turquoise #3CE3CE
RGB
CMYK
RGB Variations
Color information
#3CE3CE (or 0x3CE3CE) is known color: 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
| RGB | 60 | 227 | 206 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.11 |
| HSL | 172.46º | 0.75% | 0.56% | - |
| HSV(B) | 172.46º | 0.74% | 0.89% | - |
| XYZ | 40.47 | 60.36 | 67.91 | - |
| YUV | 174.67 | 145.67 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 206 | 0.74 | 0 | 0.09 | 0.11 | 172.46 | 0.75 | 0.56 |
| Hex | 3C | E3 | CE | 4A | 0 | 9 | B | AC | 4B | 38 |
| Octal | 74 | 343 | 316 | 112 | 0 | 11 | 13 | 254 | 113 | 70 |
| Binary | 111100 | 11100011 | 11001110 | 1001010 | 0 | 1001 | 1011 | 10101100 | 1001011 | 111000 |
Color Harmonies of #3CE3CE
Complementary color
Monochromatic Colors of #3CE3CE
Black with #3CE3CE
Text Example
Text Example
White with #3CE3CE
Text Example
Text Example
HTML Codes & Css Web 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>