Shades of Bright Turquoise #0CEAF0
Tints of Bright Turquoise #0CEAF0
RGB
CMYK
RGB Variations
Color information
#0CEAF0 (or 0x0CEAF0) is known color: Bright Turquoise. HEX triplet: 0C, EA and F0. RGB value is (12,234,240). Sum of RGB (Red+Green+Blue) = 12+234+240=486 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #0CEAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEAF0 is #F3150F. Grayscale: #A8A8A8. Windows color (decimal): -15930640 or 15788556. OLE color: 15788556.
HSL color Cylindrical-coordinate representation of color #0CEAF0: hue angle of 181.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEAF0 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 234 | 240 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.06 |
| HSL | 181.58º | 0.9% | 0.49% | - |
| HSV(B) | 181.58º | 0.95% | 0.94% | - |
| XYZ | 45.3 | 65.22 | 92.64 | - |
| YUV | 168.31 | 168.45 | 16.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 240 | 0.95 | 0.02 | 0 | 0.06 | 181.58 | 0.9 | 0.49 |
| Hex | C | EA | F0 | 5F | 2 | 0 | 6 | B6 | 5A | 31 |
| Octal | 14 | 352 | 360 | 137 | 2 | 0 | 6 | 266 | 132 | 61 |
| Binary | 1100 | 11101010 | 11110000 | 1011111 | 10 | 0 | 110 | 10110110 | 1011010 | 110001 |
Color Harmonies of #0CEAF0
Complementary color
Monochromatic Colors of #0CEAF0
Black with #0CEAF0
Text Example
Text Example
White with #0CEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEAF0; }
p { color: rgb(12,234,240); }
H1.HeaderClassName
{
color: #0CEAF0;
}
.AnyTagClassName
{
color: #0CEAF0;
}
</style>
background-color css
<style>
a { background-color: #0CEAF0; }
a { background-color: rgb(12,234,240); }
div.DivClassName
{
background-color: #0CEAF0;
}
.BgClassName
{
background-color: #0CEAF0;
}
</style>
border-color css
<style>
span { border-color: #0CEAF0; }
span { border-color: rgb(12,234,240); }
td.TdClassName
{
border-color: #0CEAF0;
}
.TagClassName
{
border-color: #0CEAF0;
}
</style>