Shades of Bright Turquoise #2ADFEE
Tints of Bright Turquoise #2ADFEE
RGB
CMYK
RGB Variations
Color information
#2ADFEE (or 0x2ADFEE) is known color: Bright Turquoise. HEX triplet: 2A, DF and EE. RGB value is (42,223,238). Sum of RGB (Red+Green+Blue) = 42+223+238=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ADFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFEE is #D52011. Grayscale: #AAAAAA. Windows color (decimal): -13967378 or 15654698. OLE color: 15654698.
HSL color Cylindrical-coordinate representation of color #2ADFEE: hue angle of 184.59º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADFEE is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 223 | 238 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.59º | 0.85% | 0.55% | - |
| HSV(B) | 184.59º | 0.82% | 0.93% | - |
| XYZ | 42.78 | 59.44 | 90.11 | - |
| YUV | 170.59 | 166.03 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 238 | 0.82 | 0.06 | 0 | 0.07 | 184.59 | 0.85 | 0.55 |
| Hex | 2A | DF | EE | 52 | 6 | 0 | 7 | B9 | 55 | 37 |
| Octal | 52 | 337 | 356 | 122 | 6 | 0 | 7 | 271 | 125 | 67 |
| Binary | 101010 | 11011111 | 11101110 | 1010010 | 110 | 0 | 111 | 10111001 | 1010101 | 110111 |
Color Harmonies of #2ADFEE
Complementary color
Monochromatic Colors of #2ADFEE
Black with #2ADFEE
Text Example
Text Example
White with #2ADFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFEE; }
p { color: rgb(42,223,238); }
H1.HeaderClassName
{
color: #2ADFEE;
}
.AnyTagClassName
{
color: #2ADFEE;
}
</style>
background-color css
<style>
a { background-color: #2ADFEE; }
a { background-color: rgb(42,223,238); }
div.DivClassName
{
background-color: #2ADFEE;
}
.BgClassName
{
background-color: #2ADFEE;
}
</style>
border-color css
<style>
span { border-color: #2ADFEE; }
span { border-color: rgb(42,223,238); }
td.TdClassName
{
border-color: #2ADFEE;
}
.TagClassName
{
border-color: #2ADFEE;
}
</style>