Shades of Bright Turquoise #0AF8CB
Tints of Bright Turquoise #0AF8CB
RGB
CMYK
RGB Variations
Color information
#0AF8CB (or 0x0AF8CB) is known color: Bright Turquoise. HEX triplet: 0A, F8 and CB. RGB value is (10,248,203). Sum of RGB (Red+Green+Blue) = 10+248+203=461 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF8CB is #F50734. Grayscale: #ABABAB. Windows color (decimal): -16058165 or 13367306. OLE color: 13367306.
HSL color Cylindrical-coordinate representation of color #0AF8CB: hue angle of 168.66º 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 #0AF8CB is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 203 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.03 |
| HSL | 168.66º | 0.94% | 0.51% | - |
| HSV(B) | 168.66º | 0.96% | 0.97% | - |
| XYZ | 44.47 | 71.51 | 67.96 | - |
| YUV | 171.71 | 145.65 | 12.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 203 | 0.96 | 0 | 0.18 | 0.03 | 168.66 | 0.94 | 0.51 |
| Hex | A | F8 | CB | 60 | 0 | 12 | 3 | A9 | 5E | 33 |
| Octal | 12 | 370 | 313 | 140 | 0 | 22 | 3 | 251 | 136 | 63 |
| Binary | 1010 | 11111000 | 11001011 | 1100000 | 0 | 10010 | 11 | 10101001 | 1011110 | 110011 |
Color Harmonies of #0AF8CB
Complementary color
Monochromatic Colors of #0AF8CB
Black with #0AF8CB
Text Example
Text Example
White with #0AF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF8CB; }
p { color: rgb(10,248,203); }
H1.HeaderClassName
{
color: #0AF8CB;
}
.AnyTagClassName
{
color: #0AF8CB;
}
</style>
background-color css
<style>
a { background-color: #0AF8CB; }
a { background-color: rgb(10,248,203); }
div.DivClassName
{
background-color: #0AF8CB;
}
.BgClassName
{
background-color: #0AF8CB;
}
</style>
border-color css
<style>
span { border-color: #0AF8CB; }
span { border-color: rgb(10,248,203); }
td.TdClassName
{
border-color: #0AF8CB;
}
.TagClassName
{
border-color: #0AF8CB;
}
</style>