Shades of Turquoise #2ADECF
Tints of Turquoise #2ADECF
RGB
CMYK
RGB Variations
Color information
#2ADECF (or 0x2ADECF) is known color: Turquoise. HEX triplet: 2A, DE and CF. RGB value is (42,222,207). Sum of RGB (Red+Green+Blue) = 42+222+207=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADECF is #D52130. Grayscale: #A6A6A6. Windows color (decimal): -13967665 or 13622826. OLE color: 13622826.
HSL color Cylindrical-coordinate representation of color #2ADECF: hue angle of 175º degrees, saturation: 0.73, 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 #2ADECF is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 207 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.13 |
| HSL | 175º | 0.73% | 0.52% | - |
| HSV(B) | 175º | 0.81% | 0.87% | - |
| XYZ | 38.34 | 57.24 | 68.06 | - |
| YUV | 166.47 | 150.87 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 207 | 0.81 | 0 | 0.07 | 0.13 | 175 | 0.73 | 0.52 |
| Hex | 2A | DE | CF | 51 | 0 | 7 | D | AF | 49 | 34 |
| Octal | 52 | 336 | 317 | 121 | 0 | 7 | 15 | 257 | 111 | 64 |
| Binary | 101010 | 11011110 | 11001111 | 1010001 | 0 | 111 | 1101 | 10101111 | 1001001 | 110100 |
Color Harmonies of #2ADECF
Complementary color
Monochromatic Colors of #2ADECF
Black with #2ADECF
Text Example
Text Example
White with #2ADECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADECF; }
p { color: rgb(42,222,207); }
H1.HeaderClassName
{
color: #2ADECF;
}
.AnyTagClassName
{
color: #2ADECF;
}
</style>
background-color css
<style>
a { background-color: #2ADECF; }
a { background-color: rgb(42,222,207); }
div.DivClassName
{
background-color: #2ADECF;
}
.BgClassName
{
background-color: #2ADECF;
}
</style>
border-color css
<style>
span { border-color: #2ADECF; }
span { border-color: rgb(42,222,207); }
td.TdClassName
{
border-color: #2ADECF;
}
.TagClassName
{
border-color: #2ADECF;
}
</style>