Shades of Turquoise #3CE7EF
Tints of Turquoise #3CE7EF
RGB
CMYK
RGB Variations
Color information
#3CE7EF (or 0x3CE7EF) is known color: Turquoise. HEX triplet: 3C, E7 and EF. RGB value is (60,231,239). Sum of RGB (Red+Green+Blue) = 60+231+239=530 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.32% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CE7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE7EF is #C31810. Grayscale: #B4B4B4. Windows color (decimal): -12785681 or 15722300. OLE color: 15722300.
HSL color Cylindrical-coordinate representation of color #3CE7EF: hue angle of 182.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CE7EF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 231 | 239 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.06 |
| HSL | 182.68º | 0.85% | 0.59% | - |
| HSV(B) | 182.68º | 0.75% | 0.94% | - |
| XYZ | 46.02 | 64.34 | 91.66 | - |
| YUV | 180.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 239 | 0.75 | 0.03 | 0 | 0.06 | 182.68 | 0.85 | 0.59 |
| Hex | 3C | E7 | EF | 4B | 3 | 0 | 6 | B7 | 55 | 3B |
| Octal | 74 | 347 | 357 | 113 | 3 | 0 | 6 | 267 | 125 | 73 |
| Binary | 111100 | 11100111 | 11101111 | 1001011 | 11 | 0 | 110 | 10110111 | 1010101 | 111011 |
Color Harmonies of #3CE7EF
Complementary color
Monochromatic Colors of #3CE7EF
Black with #3CE7EF
Text Example
Text Example
White with #3CE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE7EF; }
p { color: rgb(60,231,239); }
H1.HeaderClassName
{
color: #3CE7EF;
}
.AnyTagClassName
{
color: #3CE7EF;
}
</style>
background-color css
<style>
a { background-color: #3CE7EF; }
a { background-color: rgb(60,231,239); }
div.DivClassName
{
background-color: #3CE7EF;
}
.BgClassName
{
background-color: #3CE7EF;
}
</style>
border-color css
<style>
span { border-color: #3CE7EF; }
span { border-color: rgb(60,231,239); }
td.TdClassName
{
border-color: #3CE7EF;
}
.TagClassName
{
border-color: #3CE7EF;
}
</style>