Shades of Bright Turquoise #2ADFEF
Tints of Bright Turquoise #2ADFEF
RGB
CMYK
RGB Variations
Color information
#2ADFEF (or 0x2ADFEF) is known color: Bright Turquoise. HEX triplet: 2A, DF and EF. RGB value is (42,223,239). Sum of RGB (Red+Green+Blue) = 42+223+239=504 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.33% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ADFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFEF is #D52010. Grayscale: #AAAAAA. Windows color (decimal): -13967377 or 15720234. OLE color: 15720234.
HSL color Cylindrical-coordinate representation of color #2ADFEF: hue angle of 184.87º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADFEF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 223 | 239 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.06 |
| HSL | 184.87º | 0.86% | 0.55% | - |
| HSV(B) | 184.87º | 0.82% | 0.94% | - |
| XYZ | 42.92 | 59.5 | 90.88 | - |
| YUV | 170.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 239 | 0.82 | 0.07 | 0 | 0.06 | 184.87 | 0.86 | 0.55 |
| Hex | 2A | DF | EF | 52 | 7 | 0 | 6 | B9 | 56 | 37 |
| Octal | 52 | 337 | 357 | 122 | 7 | 0 | 6 | 271 | 126 | 67 |
| Binary | 101010 | 11011111 | 11101111 | 1010010 | 111 | 0 | 110 | 10111001 | 1010110 | 110111 |
Color Harmonies of #2ADFEF
Complementary color
Monochromatic Colors of #2ADFEF
Black with #2ADFEF
Text Example
Text Example
White with #2ADFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFEF; }
p { color: rgb(42,223,239); }
H1.HeaderClassName
{
color: #2ADFEF;
}
.AnyTagClassName
{
color: #2ADFEF;
}
</style>
background-color css
<style>
a { background-color: #2ADFEF; }
a { background-color: rgb(42,223,239); }
div.DivClassName
{
background-color: #2ADFEF;
}
.BgClassName
{
background-color: #2ADFEF;
}
</style>
border-color css
<style>
span { border-color: #2ADFEF; }
span { border-color: rgb(42,223,239); }
td.TdClassName
{
border-color: #2ADFEF;
}
.TagClassName
{
border-color: #2ADFEF;
}
</style>