Shades of Turquoise #2ADFEC
Tints of Turquoise #2ADFEC
RGB
CMYK
RGB Variations
Color information
#2ADFEC (or 0x2ADFEC) is known color: Turquoise. HEX triplet: 2A, DF and EC. RGB value is (42,223,236). Sum of RGB (Red+Green+Blue) = 42+223+236=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ADFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFEC is #D52013. Grayscale: #AAAAAA. Windows color (decimal): -13967380 or 15523626. OLE color: 15523626.
HSL color Cylindrical-coordinate representation of color #2ADFEC: hue angle of 184.02º 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 #2ADFEC is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 223 | 236 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.02º | 0.84% | 0.55% | - |
| HSV(B) | 184.02º | 0.82% | 0.93% | - |
| XYZ | 42.48 | 59.32 | 88.57 | - |
| YUV | 170.36 | 165.03 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 236 | 0.82 | 0.06 | 0 | 0.07 | 184.02 | 0.84 | 0.55 |
| Hex | 2A | DF | EC | 52 | 6 | 0 | 7 | B8 | 54 | 37 |
| Octal | 52 | 337 | 354 | 122 | 6 | 0 | 7 | 270 | 124 | 67 |
| Binary | 101010 | 11011111 | 11101100 | 1010010 | 110 | 0 | 111 | 10111000 | 1010100 | 110111 |
Color Harmonies of #2ADFEC
Complementary color
Monochromatic Colors of #2ADFEC
Black with #2ADFEC
Text Example
Text Example
White with #2ADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFEC; }
p { color: rgb(42,223,236); }
H1.HeaderClassName
{
color: #2ADFEC;
}
.AnyTagClassName
{
color: #2ADFEC;
}
</style>
background-color css
<style>
a { background-color: #2ADFEC; }
a { background-color: rgb(42,223,236); }
div.DivClassName
{
background-color: #2ADFEC;
}
.BgClassName
{
background-color: #2ADFEC;
}
</style>
border-color css
<style>
span { border-color: #2ADFEC; }
span { border-color: rgb(42,223,236); }
td.TdClassName
{
border-color: #2ADFEC;
}
.TagClassName
{
border-color: #2ADFEC;
}
</style>