Shades of Bright Turquoise #0CF8E7
Tints of Bright Turquoise #0CF8E7
RGB
CMYK
RGB Variations
Color information
#0CF8E7 (or 0x0CF8E7) is known color: Bright Turquoise. HEX triplet: 0C, F8 and E7. RGB value is (12,248,231). Sum of RGB (Red+Green+Blue) = 12+248+231=491 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.44% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #0CF8E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF8E7 is #F30718. Grayscale: #AFAFAF. Windows color (decimal): -15927065 or 15202316. OLE color: 15202316.
HSL color Cylindrical-coordinate representation of color #0CF8E7: hue angle of 175.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF8E7 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 248 | 231 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.03 |
| HSL | 175.68º | 0.94% | 0.51% | - |
| HSV(B) | 175.68º | 0.95% | 0.97% | - |
| XYZ | 48.14 | 72.98 | 87.15 | - |
| YUV | 175.5 | 159.31 | 11.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 248 | 231 | 0.95 | 0 | 0.07 | 0.03 | 175.68 | 0.94 | 0.51 |
| Hex | C | F8 | E7 | 5F | 0 | 7 | 3 | B0 | 5E | 33 |
| Octal | 14 | 370 | 347 | 137 | 0 | 7 | 3 | 260 | 136 | 63 |
| Binary | 1100 | 11111000 | 11100111 | 1011111 | 0 | 111 | 11 | 10110000 | 1011110 | 110011 |
Color Harmonies of #0CF8E7
Complementary color
Monochromatic Colors of #0CF8E7
Black with #0CF8E7
Text Example
Text Example
White with #0CF8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF8E7; }
p { color: rgb(12,248,231); }
H1.HeaderClassName
{
color: #0CF8E7;
}
.AnyTagClassName
{
color: #0CF8E7;
}
</style>
background-color css
<style>
a { background-color: #0CF8E7; }
a { background-color: rgb(12,248,231); }
div.DivClassName
{
background-color: #0CF8E7;
}
.BgClassName
{
background-color: #0CF8E7;
}
</style>
border-color css
<style>
span { border-color: #0CF8E7; }
span { border-color: rgb(12,248,231); }
td.TdClassName
{
border-color: #0CF8E7;
}
.TagClassName
{
border-color: #0CF8E7;
}
</style>