Shades of Bright Turquoise #0AFBCB
Tints of Bright Turquoise #0AFBCB
RGB
CMYK
RGB Variations
Color information
#0AFBCB (or 0x0AFBCB) is known color: Bright Turquoise. HEX triplet: 0A, FB and CB. RGB value is (10,251,203). Sum of RGB (Red+Green+Blue) = 10+251+203=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBCB is #F50434. Grayscale: #ADADAD. Windows color (decimal): -16057397 or 13368074. OLE color: 13368074.
HSL color Cylindrical-coordinate representation of color #0AFBCB: hue angle of 168.05º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFBCB is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 203 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.02 |
| HSL | 168.05º | 0.97% | 0.51% | - |
| HSV(B) | 168.05º | 0.96% | 0.98% | - |
| XYZ | 45.4 | 73.37 | 68.27 | - |
| YUV | 173.47 | 144.66 | 11.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 203 | 0.96 | 0 | 0.19 | 0.02 | 168.05 | 0.97 | 0.51 |
| Hex | A | FB | CB | 60 | 0 | 13 | 2 | A8 | 61 | 33 |
| Octal | 12 | 373 | 313 | 140 | 0 | 23 | 2 | 250 | 141 | 63 |
| Binary | 1010 | 11111011 | 11001011 | 1100000 | 0 | 10011 | 10 | 10101000 | 1100001 | 110011 |
Color Harmonies of #0AFBCB
Complementary color
Monochromatic Colors of #0AFBCB
Black with #0AFBCB
Text Example
Text Example
White with #0AFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBCB; }
p { color: rgb(10,251,203); }
H1.HeaderClassName
{
color: #0AFBCB;
}
.AnyTagClassName
{
color: #0AFBCB;
}
</style>
background-color css
<style>
a { background-color: #0AFBCB; }
a { background-color: rgb(10,251,203); }
div.DivClassName
{
background-color: #0AFBCB;
}
.BgClassName
{
background-color: #0AFBCB;
}
</style>
border-color css
<style>
span { border-color: #0AFBCB; }
span { border-color: rgb(10,251,203); }
td.TdClassName
{
border-color: #0AFBCB;
}
.TagClassName
{
border-color: #0AFBCB;
}
</style>