Shades of Turquoise #2ADFCA
Tints of Turquoise #2ADFCA
RGB
CMYK
RGB Variations
Color information
#2ADFCA (or 0x2ADFCA) is known color: Turquoise. HEX triplet: 2A, DF and CA. RGB value is (42,223,202). Sum of RGB (Red+Green+Blue) = 42+223+202=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFCA is #D52035. Grayscale: #A6A6A6. Windows color (decimal): -13967414 or 13295402. OLE color: 13295402.
HSL color Cylindrical-coordinate representation of color #2ADFCA: hue angle of 173.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFCA is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 202 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.13 |
| HSL | 173.04º | 0.74% | 0.52% | - |
| HSV(B) | 173.04º | 0.81% | 0.87% | - |
| XYZ | 38 | 57.53 | 64.98 | - |
| YUV | 166.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 202 | 0.81 | 0 | 0.09 | 0.13 | 173.04 | 0.74 | 0.52 |
| Hex | 2A | DF | CA | 51 | 0 | 9 | D | AD | 4A | 34 |
| Octal | 52 | 337 | 312 | 121 | 0 | 11 | 15 | 255 | 112 | 64 |
| Binary | 101010 | 11011111 | 11001010 | 1010001 | 0 | 1001 | 1101 | 10101101 | 1001010 | 110100 |
Color Harmonies of #2ADFCA
Complementary color
Monochromatic Colors of #2ADFCA
Black with #2ADFCA
Text Example
Text Example
White with #2ADFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFCA; }
p { color: rgb(42,223,202); }
H1.HeaderClassName
{
color: #2ADFCA;
}
.AnyTagClassName
{
color: #2ADFCA;
}
</style>
background-color css
<style>
a { background-color: #2ADFCA; }
a { background-color: rgb(42,223,202); }
div.DivClassName
{
background-color: #2ADFCA;
}
.BgClassName
{
background-color: #2ADFCA;
}
</style>
border-color css
<style>
span { border-color: #2ADFCA; }
span { border-color: rgb(42,223,202); }
td.TdClassName
{
border-color: #2ADFCA;
}
.TagClassName
{
border-color: #2ADFCA;
}
</style>