Shades of Turquoise #3CE3EF
Tints of Turquoise #3CE3EF
RGB
CMYK
RGB Variations
Color information
#3CE3EF (or 0x3CE3EF) is known color: Turquoise. HEX triplet: 3C, E3 and EF. RGB value is (60,227,239). Sum of RGB (Red+Green+Blue) = 60+227+239=526 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.41% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CE3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE3EF is #C31C10. Grayscale: #B2B2B2. Windows color (decimal): -12786705 or 15721276. OLE color: 15721276.
HSL color Cylindrical-coordinate representation of color #3CE3EF: hue angle of 184.02º 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 #3CE3EF is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 227 | 239 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.06 |
| HSL | 184.02º | 0.85% | 0.59% | - |
| HSV(B) | 184.02º | 0.75% | 0.94% | - |
| XYZ | 44.91 | 62.13 | 91.29 | - |
| YUV | 178.44 | 162.17 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 239 | 0.75 | 0.05 | 0 | 0.06 | 184.02 | 0.85 | 0.59 |
| Hex | 3C | E3 | EF | 4B | 5 | 0 | 6 | B8 | 55 | 3B |
| Octal | 74 | 343 | 357 | 113 | 5 | 0 | 6 | 270 | 125 | 73 |
| Binary | 111100 | 11100011 | 11101111 | 1001011 | 101 | 0 | 110 | 10111000 | 1010101 | 111011 |
Color Harmonies of #3CE3EF
Complementary color
Monochromatic Colors of #3CE3EF
Black with #3CE3EF
Text Example
Text Example
White with #3CE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE3EF; }
p { color: rgb(60,227,239); }
H1.HeaderClassName
{
color: #3CE3EF;
}
.AnyTagClassName
{
color: #3CE3EF;
}
</style>
background-color css
<style>
a { background-color: #3CE3EF; }
a { background-color: rgb(60,227,239); }
div.DivClassName
{
background-color: #3CE3EF;
}
.BgClassName
{
background-color: #3CE3EF;
}
</style>
border-color css
<style>
span { border-color: #3CE3EF; }
span { border-color: rgb(60,227,239); }
td.TdClassName
{
border-color: #3CE3EF;
}
.TagClassName
{
border-color: #3CE3EF;
}
</style>