Shades of Bright Turquoise #0AFCCF
Tints of Bright Turquoise #0AFCCF
RGB
CMYK
RGB Variations
Color information
#0AFCCF (or 0x0AFCCF) is known color: Bright Turquoise. HEX triplet: 0A, FC and CF. RGB value is (10,252,207). Sum of RGB (Red+Green+Blue) = 10+252+207=469 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFCCF is #F50330. Grayscale: #AEAEAE. Windows color (decimal): -16057137 or 13630474. OLE color: 13630474.
HSL color Cylindrical-coordinate representation of color #0AFCCF: hue angle of 168.84º 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 #0AFCCF is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 207 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.01 |
| HSL | 168.84º | 0.98% | 0.51% | - |
| HSV(B) | 168.84º | 0.96% | 0.99% | - |
| XYZ | 46.2 | 74.19 | 70.92 | - |
| YUV | 174.51 | 146.33 | 10.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 207 | 0.96 | 0 | 0.18 | 0.01 | 168.84 | 0.98 | 0.51 |
| Hex | A | FC | CF | 60 | 0 | 12 | 1 | A9 | 62 | 33 |
| Octal | 12 | 374 | 317 | 140 | 0 | 22 | 1 | 251 | 142 | 63 |
| Binary | 1010 | 11111100 | 11001111 | 1100000 | 0 | 10010 | 1 | 10101001 | 1100010 | 110011 |
Color Harmonies of #0AFCCF
Complementary color
Monochromatic Colors of #0AFCCF
Black with #0AFCCF
Text Example
Text Example
White with #0AFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFCCF; }
p { color: rgb(10,252,207); }
H1.HeaderClassName
{
color: #0AFCCF;
}
.AnyTagClassName
{
color: #0AFCCF;
}
</style>
background-color css
<style>
a { background-color: #0AFCCF; }
a { background-color: rgb(10,252,207); }
div.DivClassName
{
background-color: #0AFCCF;
}
.BgClassName
{
background-color: #0AFCCF;
}
</style>
border-color css
<style>
span { border-color: #0AFCCF; }
span { border-color: rgb(10,252,207); }
td.TdClassName
{
border-color: #0AFCCF;
}
.TagClassName
{
border-color: #0AFCCF;
}
</style>