Shades of Bright Turquoise #0AFFCD
Tints of Bright Turquoise #0AFFCD
RGB
CMYK
RGB Variations
Color information
#0AFFCD (or 0x0AFFCD) is known color: Bright Turquoise. HEX triplet: 0A, FF and CD. RGB value is (10,255,205). Sum of RGB (Red+Green+Blue) = 10+255+205=470 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFCD is #F50032. Grayscale: #B0B0B0. Windows color (decimal): -16056371 or 13500170. OLE color: 13500170.
HSL color Cylindrical-coordinate representation of color #0AFFCD: hue angle of 167.76º 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 #0AFFCD is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 205 | - |
| CMYK | 0.96 | 0 | 0.20 | 0 |
| HSL | 167.76º | 1% | 0.52% | - |
| HSV(B) | 167.76º | 0.96% | 1% | - |
| XYZ | 46.9 | 75.99 | 69.95 | - |
| YUV | 176.05 | 144.33 | 9.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 205 | 0.96 | 0 | 0.20 | 0 | 167.76 | 1 | 0.52 |
| Hex | A | FF | CD | 60 | 0 | 14 | 0 | A8 | 64 | 34 |
| Octal | 12 | 377 | 315 | 140 | 0 | 24 | 0 | 250 | 144 | 64 |
| Binary | 1010 | 11111111 | 11001101 | 1100000 | 0 | 10100 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #0AFFCD
Complementary color
Monochromatic Colors of #0AFFCD
Black with #0AFFCD
Text Example
Text Example
White with #0AFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFCD; }
p { color: rgb(10,255,205); }
H1.HeaderClassName
{
color: #0AFFCD;
}
.AnyTagClassName
{
color: #0AFFCD;
}
</style>
background-color css
<style>
a { background-color: #0AFFCD; }
a { background-color: rgb(10,255,205); }
div.DivClassName
{
background-color: #0AFFCD;
}
.BgClassName
{
background-color: #0AFFCD;
}
</style>
border-color css
<style>
span { border-color: #0AFFCD; }
span { border-color: rgb(10,255,205); }
td.TdClassName
{
border-color: #0AFFCD;
}
.TagClassName
{
border-color: #0AFFCD;
}
</style>