Shades of Turquoise #3CE9EF
Tints of Turquoise #3CE9EF
RGB
CMYK
RGB Variations
Color information
#3CE9EF (or 0x3CE9EF) is known color: Turquoise. HEX triplet: 3C, E9 and EF. RGB value is (60,233,239). Sum of RGB (Red+Green+Blue) = 60+233+239=532 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.28% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CE9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE9EF is #C31610. Grayscale: #B5B5B5. Windows color (decimal): -12785169 or 15722812. OLE color: 15722812.
HSL color Cylindrical-coordinate representation of color #3CE9EF: hue angle of 182.01º 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 #3CE9EF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 233 | 239 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.06 |
| HSL | 182.01º | 0.85% | 0.59% | - |
| HSV(B) | 182.01º | 0.75% | 0.94% | - |
| XYZ | 46.58 | 65.47 | 91.84 | - |
| YUV | 181.96 | 160.19 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 239 | 0.75 | 0.03 | 0 | 0.06 | 182.01 | 0.85 | 0.59 |
| Hex | 3C | E9 | EF | 4B | 3 | 0 | 6 | B6 | 55 | 3B |
| Octal | 74 | 351 | 357 | 113 | 3 | 0 | 6 | 266 | 125 | 73 |
| Binary | 111100 | 11101001 | 11101111 | 1001011 | 11 | 0 | 110 | 10110110 | 1010101 | 111011 |
Color Harmonies of #3CE9EF
Complementary color
Monochromatic Colors of #3CE9EF
Black with #3CE9EF
Text Example
Text Example
White with #3CE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE9EF; }
p { color: rgb(60,233,239); }
H1.HeaderClassName
{
color: #3CE9EF;
}
.AnyTagClassName
{
color: #3CE9EF;
}
</style>
background-color css
<style>
a { background-color: #3CE9EF; }
a { background-color: rgb(60,233,239); }
div.DivClassName
{
background-color: #3CE9EF;
}
.BgClassName
{
background-color: #3CE9EF;
}
</style>
border-color css
<style>
span { border-color: #3CE9EF; }
span { border-color: rgb(60,233,239); }
td.TdClassName
{
border-color: #3CE9EF;
}
.TagClassName
{
border-color: #3CE9EF;
}
</style>