Shades of Bright Turquoise #2AF0F7
Tints of Bright Turquoise #2AF0F7
RGB
CMYK
RGB Variations
Color information
#2AF0F7 (or 0x2AF0F7) is known color: Bright Turquoise. HEX triplet: 2A, F0 and F7. RGB value is (42,240,247). Sum of RGB (Red+Green+Blue) = 42+240+247=529 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.94% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #2AF0F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF0F7 is #D50F08. Grayscale: #B5B5B5. Windows color (decimal): -13963017 or 16248874. OLE color: 16248874.
HSL color Cylindrical-coordinate representation of color #2AF0F7: hue angle of 182.05º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF0F7 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 240 | 247 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.03 |
| HSL | 182.05º | 0.93% | 0.57% | - |
| HSV(B) | 182.05º | 0.83% | 0.97% | - |
| XYZ | 48.9 | 69.53 | 98.84 | - |
| YUV | 181.6 | 164.9 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 247 | 0.83 | 0.03 | 0 | 0.03 | 182.05 | 0.93 | 0.57 |
| Hex | 2A | F0 | F7 | 53 | 3 | 0 | 3 | B6 | 5D | 39 |
| Octal | 52 | 360 | 367 | 123 | 3 | 0 | 3 | 266 | 135 | 71 |
| Binary | 101010 | 11110000 | 11110111 | 1010011 | 11 | 0 | 11 | 10110110 | 1011101 | 111001 |
Color Harmonies of #2AF0F7
Complementary color
Monochromatic Colors of #2AF0F7
Black with #2AF0F7
Text Example
Text Example
White with #2AF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF0F7; }
p { color: rgb(42,240,247); }
H1.HeaderClassName
{
color: #2AF0F7;
}
.AnyTagClassName
{
color: #2AF0F7;
}
</style>
background-color css
<style>
a { background-color: #2AF0F7; }
a { background-color: rgb(42,240,247); }
div.DivClassName
{
background-color: #2AF0F7;
}
.BgClassName
{
background-color: #2AF0F7;
}
</style>
border-color css
<style>
span { border-color: #2AF0F7; }
span { border-color: rgb(42,240,247); }
td.TdClassName
{
border-color: #2AF0F7;
}
.TagClassName
{
border-color: #2AF0F7;
}
</style>