Shades of Bright Turquoise #0AFCCE
Tints of Bright Turquoise #0AFCCE
RGB
CMYK
RGB Variations
Color information
#0AFCCE (or 0x0AFCCE) is known color: Bright Turquoise. HEX triplet: 0A, FC and CE. RGB value is (10,252,206). Sum of RGB (Red+Green+Blue) = 10+252+206=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFCCE is #F50331. Grayscale: #AEAEAE. Windows color (decimal): -16057138 or 13564938. OLE color: 13564938.
HSL color Cylindrical-coordinate representation of color #0AFCCE: hue angle of 168.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFCCE is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 206 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.01 |
| HSL | 168.6º | 0.98% | 0.51% | - |
| HSV(B) | 168.6º | 0.96% | 0.99% | - |
| XYZ | 46.08 | 74.14 | 70.27 | - |
| YUV | 174.4 | 145.83 | 10.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 206 | 0.96 | 0 | 0.18 | 0.01 | 168.6 | 0.98 | 0.51 |
| Hex | A | FC | CE | 60 | 0 | 12 | 1 | A9 | 62 | 33 |
| Octal | 12 | 374 | 316 | 140 | 0 | 22 | 1 | 251 | 142 | 63 |
| Binary | 1010 | 11111100 | 11001110 | 1100000 | 0 | 10010 | 1 | 10101001 | 1100010 | 110011 |
Color Harmonies of #0AFCCE
Complementary color
Monochromatic Colors of #0AFCCE
Black with #0AFCCE
Text Example
Text Example
White with #0AFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFCCE; }
p { color: rgb(10,252,206); }
H1.HeaderClassName
{
color: #0AFCCE;
}
.AnyTagClassName
{
color: #0AFCCE;
}
</style>
background-color css
<style>
a { background-color: #0AFCCE; }
a { background-color: rgb(10,252,206); }
div.DivClassName
{
background-color: #0AFCCE;
}
.BgClassName
{
background-color: #0AFCCE;
}
</style>
border-color css
<style>
span { border-color: #0AFCCE; }
span { border-color: rgb(10,252,206); }
td.TdClassName
{
border-color: #0AFCCE;
}
.TagClassName
{
border-color: #0AFCCE;
}
</style>