Shades of Bright Turquoise #0AF4CF
Tints of Bright Turquoise #0AF4CF
RGB
CMYK
RGB Variations
Color information
#0AF4CF (or 0x0AF4CF) is known color: Bright Turquoise. HEX triplet: 0A, F4 and CF. RGB value is (10,244,207). Sum of RGB (Red+Green+Blue) = 10+244+207=461 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 461); Green value is 244 (95.70% from 255 or 52.93% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 244 - color contains mainly: green. Hex color #0AF4CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF4CF is #F50B30. Grayscale: #A9A9A9. Windows color (decimal): -16059185 or 13628426. OLE color: 13628426.
HSL color Cylindrical-coordinate representation of color #0AF4CF: hue angle of 170.51º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF4CF is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 244 | 207 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.04 |
| HSL | 170.51º | 0.92% | 0.5% | - |
| HSV(B) | 170.51º | 0.96% | 0.96% | - |
| XYZ | 43.74 | 69.27 | 70.1 | - |
| YUV | 169.82 | 148.98 | 14.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 244 | 207 | 0.96 | 0 | 0.15 | 0.04 | 170.51 | 0.92 | 0.5 |
| Hex | A | F4 | CF | 60 | 0 | F | 4 | AB | 5C | 32 |
| Octal | 12 | 364 | 317 | 140 | 0 | 17 | 4 | 253 | 134 | 62 |
| Binary | 1010 | 11110100 | 11001111 | 1100000 | 0 | 1111 | 100 | 10101011 | 1011100 | 110010 |
Color Harmonies of #0AF4CF
Complementary color
Monochromatic Colors of #0AF4CF
Black with #0AF4CF
Text Example
Text Example
White with #0AF4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF4CF; }
p { color: rgb(10,244,207); }
H1.HeaderClassName
{
color: #0AF4CF;
}
.AnyTagClassName
{
color: #0AF4CF;
}
</style>
background-color css
<style>
a { background-color: #0AF4CF; }
a { background-color: rgb(10,244,207); }
div.DivClassName
{
background-color: #0AF4CF;
}
.BgClassName
{
background-color: #0AF4CF;
}
</style>
border-color css
<style>
span { border-color: #0AF4CF; }
span { border-color: rgb(10,244,207); }
td.TdClassName
{
border-color: #0AF4CF;
}
.TagClassName
{
border-color: #0AF4CF;
}
</style>