Shades of Bright Turquoise #0AF1CE
Tints of Bright Turquoise #0AF1CE
RGB
CMYK
RGB Variations
Color information
#0AF1CE (or 0x0AF1CE) is known color: Bright Turquoise. HEX triplet: 0A, F1 and CE. RGB value is (10,241,206). Sum of RGB (Red+Green+Blue) = 10+241+206=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF1CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF1CE is #F50E31. Grayscale: #A7A7A7. Windows color (decimal): -16059954 or 13562122. OLE color: 13562122.
HSL color Cylindrical-coordinate representation of color #0AF1CE: hue angle of 170.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF1CE is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 206 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.05 |
| HSL | 170.91º | 0.92% | 0.49% | - |
| HSV(B) | 170.91º | 0.96% | 0.95% | - |
| XYZ | 42.72 | 67.43 | 69.16 | - |
| YUV | 167.94 | 149.47 | 15.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 206 | 0.96 | 0 | 0.15 | 0.05 | 170.91 | 0.92 | 0.49 |
| Hex | A | F1 | CE | 60 | 0 | F | 5 | AB | 5C | 31 |
| Octal | 12 | 361 | 316 | 140 | 0 | 17 | 5 | 253 | 134 | 61 |
| Binary | 1010 | 11110001 | 11001110 | 1100000 | 0 | 1111 | 101 | 10101011 | 1011100 | 110001 |
Color Harmonies of #0AF1CE
Complementary color
Monochromatic Colors of #0AF1CE
Black with #0AF1CE
Text Example
Text Example
White with #0AF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF1CE; }
p { color: rgb(10,241,206); }
H1.HeaderClassName
{
color: #0AF1CE;
}
.AnyTagClassName
{
color: #0AF1CE;
}
</style>
background-color css
<style>
a { background-color: #0AF1CE; }
a { background-color: rgb(10,241,206); }
div.DivClassName
{
background-color: #0AF1CE;
}
.BgClassName
{
background-color: #0AF1CE;
}
</style>
border-color css
<style>
span { border-color: #0AF1CE; }
span { border-color: rgb(10,241,206); }
td.TdClassName
{
border-color: #0AF1CE;
}
.TagClassName
{
border-color: #0AF1CE;
}
</style>