Shades of Bright Turquoise #0AFFDC
Tints of Bright Turquoise #0AFFDC
RGB
CMYK
RGB Variations
Color information
#0AFFDC (or 0x0AFFDC) is known color: Bright Turquoise. HEX triplet: 0A, FF and DC. RGB value is (10,255,220). Sum of RGB (Red+Green+Blue) = 10+255+220=485 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.06% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFDC is #F50023. Grayscale: #B1B1B1. Windows color (decimal): -16056356 or 14483210. OLE color: 14483210.
HSL color Cylindrical-coordinate representation of color #0AFFDC: hue angle of 171.43º 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 #0AFFDC is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 220 | - |
| CMYK | 0.96 | 0 | 0.14 | 0 |
| HSL | 171.43º | 1% | 0.52% | - |
| HSV(B) | 171.43º | 0.96% | 1% | - |
| XYZ | 48.8 | 76.75 | 79.95 | - |
| YUV | 177.76 | 151.83 | 8.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 220 | 0.96 | 0 | 0.14 | 0 | 171.43 | 1 | 0.52 |
| Hex | A | FF | DC | 60 | 0 | E | 0 | AB | 64 | 34 |
| Octal | 12 | 377 | 334 | 140 | 0 | 16 | 0 | 253 | 144 | 64 |
| Binary | 1010 | 11111111 | 11011100 | 1100000 | 0 | 1110 | 0 | 10101011 | 1100100 | 110100 |
Color Harmonies of #0AFFDC
Complementary color
Monochromatic Colors of #0AFFDC
Black with #0AFFDC
Text Example
Text Example
White with #0AFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFDC; }
p { color: rgb(10,255,220); }
H1.HeaderClassName
{
color: #0AFFDC;
}
.AnyTagClassName
{
color: #0AFFDC;
}
</style>
background-color css
<style>
a { background-color: #0AFFDC; }
a { background-color: rgb(10,255,220); }
div.DivClassName
{
background-color: #0AFFDC;
}
.BgClassName
{
background-color: #0AFFDC;
}
</style>
border-color css
<style>
span { border-color: #0AFFDC; }
span { border-color: rgb(10,255,220); }
td.TdClassName
{
border-color: #0AFFDC;
}
.TagClassName
{
border-color: #0AFFDC;
}
</style>