Shades of Turquoise #2ADFCF
Tints of Turquoise #2ADFCF
RGB
CMYK
RGB Variations
Color information
#2ADFCF (or 0x2ADFCF) is known color: Turquoise. HEX triplet: 2A, DF and CF. RGB value is (42,223,207). Sum of RGB (Red+Green+Blue) = 42+223+207=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFCF is #D52030. Grayscale: #A6A6A6. Windows color (decimal): -13967409 or 13623082. OLE color: 13623082.
HSL color Cylindrical-coordinate representation of color #2ADFCF: hue angle of 174.7º 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 #2ADFCF is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 207 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.13 |
| HSL | 174.7º | 0.74% | 0.52% | - |
| HSV(B) | 174.7º | 0.81% | 0.87% | - |
| XYZ | 38.61 | 57.77 | 68.15 | - |
| YUV | 167.06 | 150.53 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 207 | 0.81 | 0 | 0.07 | 0.13 | 174.7 | 0.74 | 0.52 |
| Hex | 2A | DF | CF | 51 | 0 | 7 | D | AF | 4A | 34 |
| Octal | 52 | 337 | 317 | 121 | 0 | 7 | 15 | 257 | 112 | 64 |
| Binary | 101010 | 11011111 | 11001111 | 1010001 | 0 | 111 | 1101 | 10101111 | 1001010 | 110100 |
Color Harmonies of #2ADFCF
Complementary color
Monochromatic Colors of #2ADFCF
Black with #2ADFCF
Text Example
Text Example
White with #2ADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFCF; }
p { color: rgb(42,223,207); }
H1.HeaderClassName
{
color: #2ADFCF;
}
.AnyTagClassName
{
color: #2ADFCF;
}
</style>
background-color css
<style>
a { background-color: #2ADFCF; }
a { background-color: rgb(42,223,207); }
div.DivClassName
{
background-color: #2ADFCF;
}
.BgClassName
{
background-color: #2ADFCF;
}
</style>
border-color css
<style>
span { border-color: #2ADFCF; }
span { border-color: rgb(42,223,207); }
td.TdClassName
{
border-color: #2ADFCF;
}
.TagClassName
{
border-color: #2ADFCF;
}
</style>