Shades of Turquoise #2ADFED
Tints of Turquoise #2ADFED
RGB
CMYK
RGB Variations
Color information
#2ADFED (or 0x2ADFED) is known color: Turquoise. HEX triplet: 2A, DF and ED. RGB value is (42,223,237). Sum of RGB (Red+Green+Blue) = 42+223+237=502 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.37% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ADFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFED is #D52012. Grayscale: #AAAAAA. Windows color (decimal): -13967379 or 15589162. OLE color: 15589162.
HSL color Cylindrical-coordinate representation of color #2ADFED: hue angle of 184.31º degrees, saturation: 0.84, 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 #2ADFED is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 223 | 237 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.31º | 0.84% | 0.55% | - |
| HSV(B) | 184.31º | 0.82% | 0.93% | - |
| XYZ | 42.63 | 59.38 | 89.34 | - |
| YUV | 170.48 | 165.53 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 237 | 0.82 | 0.06 | 0 | 0.07 | 184.31 | 0.84 | 0.55 |
| Hex | 2A | DF | ED | 52 | 6 | 0 | 7 | B8 | 54 | 37 |
| Octal | 52 | 337 | 355 | 122 | 6 | 0 | 7 | 270 | 124 | 67 |
| Binary | 101010 | 11011111 | 11101101 | 1010010 | 110 | 0 | 111 | 10111000 | 1010100 | 110111 |
Color Harmonies of #2ADFED
Complementary color
Monochromatic Colors of #2ADFED
Black with #2ADFED
Text Example
Text Example
White with #2ADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFED; }
p { color: rgb(42,223,237); }
H1.HeaderClassName
{
color: #2ADFED;
}
.AnyTagClassName
{
color: #2ADFED;
}
</style>
background-color css
<style>
a { background-color: #2ADFED; }
a { background-color: rgb(42,223,237); }
div.DivClassName
{
background-color: #2ADFED;
}
.BgClassName
{
background-color: #2ADFED;
}
</style>
border-color css
<style>
span { border-color: #2ADFED; }
span { border-color: rgb(42,223,237); }
td.TdClassName
{
border-color: #2ADFED;
}
.TagClassName
{
border-color: #2ADFED;
}
</style>