Shades of Bright Turquoise #2ADAF8
Tints of Bright Turquoise #2ADAF8
RGB
CMYK
RGB Variations
Color information
#2ADAF8 (or 0x2ADAF8) is known color: Bright Turquoise. HEX triplet: 2A, DA and F8. RGB value is (42,218,248). Sum of RGB (Red+Green+Blue) = 42+218+248=508 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.27% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #2ADAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAF8 is #D52507. Grayscale: #A8A8A8. Windows color (decimal): -13968648 or 16308778. OLE color: 16308778.
HSL color Cylindrical-coordinate representation of color #2ADAF8: hue angle of 188.74º degrees, saturation: 0.94, 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 #2ADAF8 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 218 | 248 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.03 |
| HSL | 188.74º | 0.94% | 0.57% | - |
| HSV(B) | 188.74º | 0.83% | 0.97% | - |
| XYZ | 42.97 | 57.41 | 97.62 | - |
| YUV | 168.8 | 172.69 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 248 | 0.83 | 0.12 | 0 | 0.03 | 188.74 | 0.94 | 0.57 |
| Hex | 2A | DA | F8 | 53 | C | 0 | 3 | BD | 5E | 39 |
| Octal | 52 | 332 | 370 | 123 | 14 | 0 | 3 | 275 | 136 | 71 |
| Binary | 101010 | 11011010 | 11111000 | 1010011 | 1100 | 0 | 11 | 10111101 | 1011110 | 111001 |
Color Harmonies of #2ADAF8
Complementary color
Monochromatic Colors of #2ADAF8
Black with #2ADAF8
Text Example
Text Example
White with #2ADAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAF8; }
p { color: rgb(42,218,248); }
H1.HeaderClassName
{
color: #2ADAF8;
}
.AnyTagClassName
{
color: #2ADAF8;
}
</style>
background-color css
<style>
a { background-color: #2ADAF8; }
a { background-color: rgb(42,218,248); }
div.DivClassName
{
background-color: #2ADAF8;
}
.BgClassName
{
background-color: #2ADAF8;
}
</style>
border-color css
<style>
span { border-color: #2ADAF8; }
span { border-color: rgb(42,218,248); }
td.TdClassName
{
border-color: #2ADAF8;
}
.TagClassName
{
border-color: #2ADAF8;
}
</style>