Shades of Bright Turquoise #0AFFCB
Tints of Bright Turquoise #0AFFCB
RGB
CMYK
RGB Variations
Color information
#0AFFCB (or 0x0AFFCB) is known color: Bright Turquoise. HEX triplet: 0A, FF and CB. RGB value is (10,255,203). Sum of RGB (Red+Green+Blue) = 10+255+203=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFCB is #F50034. Grayscale: #AFAFAF. Windows color (decimal): -16056373 or 13369098. OLE color: 13369098.
HSL color Cylindrical-coordinate representation of color #0AFFCB: hue angle of 167.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFCB is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 203 | - |
| CMYK | 0.96 | 0 | 0.20 | 0 |
| HSL | 167.27º | 1% | 0.52% | - |
| HSV(B) | 167.27º | 0.96% | 1% | - |
| XYZ | 46.66 | 75.9 | 68.69 | - |
| YUV | 175.82 | 143.33 | 9.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 203 | 0.96 | 0 | 0.20 | 0 | 167.27 | 1 | 0.52 |
| Hex | A | FF | CB | 60 | 0 | 14 | 0 | A7 | 64 | 34 |
| Octal | 12 | 377 | 313 | 140 | 0 | 24 | 0 | 247 | 144 | 64 |
| Binary | 1010 | 11111111 | 11001011 | 1100000 | 0 | 10100 | 0 | 10100111 | 1100100 | 110100 |
Color Harmonies of #0AFFCB
Complementary color
Monochromatic Colors of #0AFFCB
Black with #0AFFCB
Text Example
Text Example
White with #0AFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFCB; }
p { color: rgb(10,255,203); }
H1.HeaderClassName
{
color: #0AFFCB;
}
.AnyTagClassName
{
color: #0AFFCB;
}
</style>
background-color css
<style>
a { background-color: #0AFFCB; }
a { background-color: rgb(10,255,203); }
div.DivClassName
{
background-color: #0AFFCB;
}
.BgClassName
{
background-color: #0AFFCB;
}
</style>
border-color css
<style>
span { border-color: #0AFFCB; }
span { border-color: rgb(10,255,203); }
td.TdClassName
{
border-color: #0AFFCB;
}
.TagClassName
{
border-color: #0AFFCB;
}
</style>