Shades of Turquoise #3CE7E3
Tints of Turquoise #3CE7E3
RGB
CMYK
RGB Variations
Color information
#3CE7E3 (or 0x3CE7E3) is known color: Turquoise. HEX triplet: 3C, E7 and E3. RGB value is (60,231,227). Sum of RGB (Red+Green+Blue) = 60+231+227=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7E3 is #C3181C. Grayscale: #B3B3B3. Windows color (decimal): -12785693 or 14935868. OLE color: 14935868.
HSL color Cylindrical-coordinate representation of color #3CE7E3: hue angle of 178.6º degrees, saturation: 0.78, 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 #3CE7E3 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 227 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.09 |
| HSL | 178.6º | 0.78% | 0.57% | - |
| HSV(B) | 178.6º | 0.74% | 0.91% | - |
| XYZ | 44.3 | 63.66 | 82.63 | - |
| YUV | 179.42 | 154.85 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 227 | 0.74 | 0 | 0.02 | 0.09 | 178.6 | 0.78 | 0.57 |
| Hex | 3C | E7 | E3 | 4A | 0 | 2 | 9 | B3 | 4E | 39 |
| Octal | 74 | 347 | 343 | 112 | 0 | 2 | 11 | 263 | 116 | 71 |
| Binary | 111100 | 11100111 | 11100011 | 1001010 | 0 | 10 | 1001 | 10110011 | 1001110 | 111001 |
Color Harmonies of #3CE7E3
Complementary color
Monochromatic Colors of #3CE7E3
Black with #3CE7E3
Text Example
Text Example
White with #3CE7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE7E3; }
p { color: rgb(60,231,227); }
H1.HeaderClassName
{
color: #3CE7E3;
}
.AnyTagClassName
{
color: #3CE7E3;
}
</style>
background-color css
<style>
a { background-color: #3CE7E3; }
a { background-color: rgb(60,231,227); }
div.DivClassName
{
background-color: #3CE7E3;
}
.BgClassName
{
background-color: #3CE7E3;
}
</style>
border-color css
<style>
span { border-color: #3CE7E3; }
span { border-color: rgb(60,231,227); }
td.TdClassName
{
border-color: #3CE7E3;
}
.TagClassName
{
border-color: #3CE7E3;
}
</style>