Shades of Bright Turquoise #0AF2EE
Tints of Bright Turquoise #0AF2EE
RGB
CMYK
RGB Variations
Color information
#0AF2EE (or 0x0AF2EE) is known color: Bright Turquoise. HEX triplet: 0A, F2 and EE. RGB value is (10,242,238). Sum of RGB (Red+Green+Blue) = 10+242+238=490 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF2EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF2EE is #F50D11. Grayscale: #ABABAB. Windows color (decimal): -16059666 or 15659530. OLE color: 15659530.
HSL color Cylindrical-coordinate representation of color #0AF2EE: hue angle of 178.97º 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 #0AF2EE is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 238 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.05 |
| HSL | 178.97º | 0.92% | 0.49% | - |
| HSV(B) | 178.97º | 0.96% | 0.95% | - |
| XYZ | 47.31 | 69.74 | 91.86 | - |
| YUV | 172.18 | 165.14 | 12.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 238 | 0.96 | 0 | 0.02 | 0.05 | 178.97 | 0.92 | 0.49 |
| Hex | A | F2 | EE | 60 | 0 | 2 | 5 | B3 | 5C | 31 |
| Octal | 12 | 362 | 356 | 140 | 0 | 2 | 5 | 263 | 134 | 61 |
| Binary | 1010 | 11110010 | 11101110 | 1100000 | 0 | 10 | 101 | 10110011 | 1011100 | 110001 |
Color Harmonies of #0AF2EE
Complementary color
Monochromatic Colors of #0AF2EE
Black with #0AF2EE
Text Example
Text Example
White with #0AF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF2EE; }
p { color: rgb(10,242,238); }
H1.HeaderClassName
{
color: #0AF2EE;
}
.AnyTagClassName
{
color: #0AF2EE;
}
</style>
background-color css
<style>
a { background-color: #0AF2EE; }
a { background-color: rgb(10,242,238); }
div.DivClassName
{
background-color: #0AF2EE;
}
.BgClassName
{
background-color: #0AF2EE;
}
</style>
border-color css
<style>
span { border-color: #0AF2EE; }
span { border-color: rgb(10,242,238); }
td.TdClassName
{
border-color: #0AF2EE;
}
.TagClassName
{
border-color: #0AF2EE;
}
</style>