Shades of Turquoise #3CE7E5
Tints of Turquoise #3CE7E5
RGB
CMYK
RGB Variations
Color information
#3CE7E5 (or 0x3CE7E5) is known color: Turquoise. HEX triplet: 3C, E7 and E5. RGB value is (60,231,229). Sum of RGB (Red+Green+Blue) = 60+231+229=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7E5 is #C3181A. Grayscale: #B3B3B3. Windows color (decimal): -12785691 or 15066940. OLE color: 15066940.
HSL color Cylindrical-coordinate representation of color #3CE7E5: hue angle of 179.3º 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 #3CE7E5 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 229 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.09 |
| HSL | 179.3º | 0.78% | 0.57% | - |
| HSV(B) | 179.3º | 0.74% | 0.91% | - |
| XYZ | 44.58 | 63.77 | 84.09 | - |
| YUV | 179.64 | 155.85 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 229 | 0.74 | 0 | 0.01 | 0.09 | 179.3 | 0.78 | 0.57 |
| Hex | 3C | E7 | E5 | 4A | 0 | 1 | 9 | B3 | 4E | 39 |
| Octal | 74 | 347 | 345 | 112 | 0 | 1 | 11 | 263 | 116 | 71 |
| Binary | 111100 | 11100111 | 11100101 | 1001010 | 0 | 1 | 1001 | 10110011 | 1001110 | 111001 |
Color Harmonies of #3CE7E5
Complementary color
Monochromatic Colors of #3CE7E5
Black with #3CE7E5
Text Example
Text Example
White with #3CE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE7E5; }
p { color: rgb(60,231,229); }
H1.HeaderClassName
{
color: #3CE7E5;
}
.AnyTagClassName
{
color: #3CE7E5;
}
</style>
background-color css
<style>
a { background-color: #3CE7E5; }
a { background-color: rgb(60,231,229); }
div.DivClassName
{
background-color: #3CE7E5;
}
.BgClassName
{
background-color: #3CE7E5;
}
</style>
border-color css
<style>
span { border-color: #3CE7E5; }
span { border-color: rgb(60,231,229); }
td.TdClassName
{
border-color: #3CE7E5;
}
.TagClassName
{
border-color: #3CE7E5;
}
</style>