Shades of Bright Turquoise #0CE4F9
Tints of Bright Turquoise #0CE4F9
RGB
CMYK
RGB Variations
Color information
#0CE4F9 (or 0x0CE4F9) is known color: Bright Turquoise. HEX triplet: 0C, E4 and F9. RGB value is (12,228,249). Sum of RGB (Red+Green+Blue) = 12+228+249=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #0CE4F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE4F9 is #F31B06. Grayscale: #A5A5A5. Windows color (decimal): -15932167 or 16376844. OLE color: 16376844.
HSL color Cylindrical-coordinate representation of color #0CE4F9: hue angle of 185.32º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE4F9 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 228 | 249 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.02 |
| HSL | 185.32º | 0.95% | 0.51% | - |
| HSV(B) | 185.32º | 0.95% | 0.98% | - |
| XYZ | 44.99 | 62.4 | 99.3 | - |
| YUV | 165.81 | 174.94 | 18.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 249 | 0.95 | 0.08 | 0 | 0.02 | 185.32 | 0.95 | 0.51 |
| Hex | C | E4 | F9 | 5F | 8 | 0 | 2 | B9 | 5F | 33 |
| Octal | 14 | 344 | 371 | 137 | 10 | 0 | 2 | 271 | 137 | 63 |
| Binary | 1100 | 11100100 | 11111001 | 1011111 | 1000 | 0 | 10 | 10111001 | 1011111 | 110011 |
Color Harmonies of #0CE4F9
Complementary color
Monochromatic Colors of #0CE4F9
Black with #0CE4F9
Text Example
Text Example
White with #0CE4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE4F9; }
p { color: rgb(12,228,249); }
H1.HeaderClassName
{
color: #0CE4F9;
}
.AnyTagClassName
{
color: #0CE4F9;
}
</style>
background-color css
<style>
a { background-color: #0CE4F9; }
a { background-color: rgb(12,228,249); }
div.DivClassName
{
background-color: #0CE4F9;
}
.BgClassName
{
background-color: #0CE4F9;
}
</style>
border-color css
<style>
span { border-color: #0CE4F9; }
span { border-color: rgb(12,228,249); }
td.TdClassName
{
border-color: #0CE4F9;
}
.TagClassName
{
border-color: #0CE4F9;
}
</style>