Shades of Turquoise #2AF8DE
Tints of Turquoise #2AF8DE
RGB
CMYK
RGB Variations
Color information
#2AF8DE (or 0x2AF8DE) is known color: Turquoise. HEX triplet: 2A, F8 and DE. RGB value is (42,248,222). Sum of RGB (Red+Green+Blue) = 42+248+222=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF8DE is #D50721. Grayscale: #B7B7B7. Windows color (decimal): -13960994 or 14612522. OLE color: 14612522.
HSL color Cylindrical-coordinate representation of color #2AF8DE: hue angle of 172.43º 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 #2AF8DE is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 222 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.03 |
| HSL | 172.43º | 0.94% | 0.57% | - |
| HSV(B) | 172.43º | 0.83% | 0.97% | - |
| XYZ | 47.71 | 72.9 | 80.66 | - |
| YUV | 183.44 | 149.75 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 222 | 0.83 | 0 | 0.10 | 0.03 | 172.43 | 0.94 | 0.57 |
| Hex | 2A | F8 | DE | 53 | 0 | A | 3 | AC | 5E | 39 |
| Octal | 52 | 370 | 336 | 123 | 0 | 12 | 3 | 254 | 136 | 71 |
| Binary | 101010 | 11111000 | 11011110 | 1010011 | 0 | 1010 | 11 | 10101100 | 1011110 | 111001 |
Color Harmonies of #2AF8DE
Complementary color
Monochromatic Colors of #2AF8DE
Black with #2AF8DE
Text Example
Text Example
White with #2AF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF8DE; }
p { color: rgb(42,248,222); }
H1.HeaderClassName
{
color: #2AF8DE;
}
.AnyTagClassName
{
color: #2AF8DE;
}
</style>
background-color css
<style>
a { background-color: #2AF8DE; }
a { background-color: rgb(42,248,222); }
div.DivClassName
{
background-color: #2AF8DE;
}
.BgClassName
{
background-color: #2AF8DE;
}
</style>
border-color css
<style>
span { border-color: #2AF8DE; }
span { border-color: rgb(42,248,222); }
td.TdClassName
{
border-color: #2AF8DE;
}
.TagClassName
{
border-color: #2AF8DE;
}
</style>