Shades of Bright Turquoise #0AF8CA
Tints of Bright Turquoise #0AF8CA
RGB
CMYK
RGB Variations
Color information
#0AF8CA (or 0x0AF8CA) is known color: Bright Turquoise. HEX triplet: 0A, F8 and CA. RGB value is (10,248,202). Sum of RGB (Red+Green+Blue) = 10+248+202=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF8CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF8CA is #F50735. Grayscale: #ABABAB. Windows color (decimal): -16058166 or 13301770. OLE color: 13301770.
HSL color Cylindrical-coordinate representation of color #0AF8CA: hue angle of 168.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF8CA is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 202 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.03 |
| HSL | 168.4º | 0.94% | 0.51% | - |
| HSV(B) | 168.4º | 0.96% | 0.97% | - |
| XYZ | 44.35 | 71.46 | 67.33 | - |
| YUV | 171.59 | 145.15 | 12.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 202 | 0.96 | 0 | 0.19 | 0.03 | 168.4 | 0.94 | 0.51 |
| Hex | A | F8 | CA | 60 | 0 | 13 | 3 | A8 | 5E | 33 |
| Octal | 12 | 370 | 312 | 140 | 0 | 23 | 3 | 250 | 136 | 63 |
| Binary | 1010 | 11111000 | 11001010 | 1100000 | 0 | 10011 | 11 | 10101000 | 1011110 | 110011 |
Color Harmonies of #0AF8CA
Complementary color
Monochromatic Colors of #0AF8CA
Black with #0AF8CA
Text Example
Text Example
White with #0AF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF8CA; }
p { color: rgb(10,248,202); }
H1.HeaderClassName
{
color: #0AF8CA;
}
.AnyTagClassName
{
color: #0AF8CA;
}
</style>
background-color css
<style>
a { background-color: #0AF8CA; }
a { background-color: rgb(10,248,202); }
div.DivClassName
{
background-color: #0AF8CA;
}
.BgClassName
{
background-color: #0AF8CA;
}
</style>
border-color css
<style>
span { border-color: #0AF8CA; }
span { border-color: rgb(10,248,202); }
td.TdClassName
{
border-color: #0AF8CA;
}
.TagClassName
{
border-color: #0AF8CA;
}
</style>