Shades of Turquoise #2AF3DD
Tints of Turquoise #2AF3DD
RGB
CMYK
RGB Variations
Color information
#2AF3DD (or 0x2AF3DD) is known color: Turquoise. HEX triplet: 2A, F3 and DD. RGB value is (42,243,221). Sum of RGB (Red+Green+Blue) = 42+243+221=506 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.30% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF3DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF3DD is #D50C22. Grayscale: #B4B4B4. Windows color (decimal): -13962275 or 14545706. OLE color: 14545706.
HSL color Cylindrical-coordinate representation of color #2AF3DD: hue angle of 173.43º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF3DD is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 221 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.05 |
| HSL | 173.43º | 0.89% | 0.56% | - |
| HSV(B) | 173.43º | 0.83% | 0.95% | - |
| XYZ | 46.06 | 69.81 | 79.45 | - |
| YUV | 180.39 | 150.91 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 221 | 0.83 | 0 | 0.09 | 0.05 | 173.43 | 0.89 | 0.56 |
| Hex | 2A | F3 | DD | 53 | 0 | 9 | 5 | AD | 59 | 38 |
| Octal | 52 | 363 | 335 | 123 | 0 | 11 | 5 | 255 | 131 | 70 |
| Binary | 101010 | 11110011 | 11011101 | 1010011 | 0 | 1001 | 101 | 10101101 | 1011001 | 111000 |
Color Harmonies of #2AF3DD
Complementary color
Monochromatic Colors of #2AF3DD
Black with #2AF3DD
Text Example
Text Example
White with #2AF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF3DD; }
p { color: rgb(42,243,221); }
H1.HeaderClassName
{
color: #2AF3DD;
}
.AnyTagClassName
{
color: #2AF3DD;
}
</style>
background-color css
<style>
a { background-color: #2AF3DD; }
a { background-color: rgb(42,243,221); }
div.DivClassName
{
background-color: #2AF3DD;
}
.BgClassName
{
background-color: #2AF3DD;
}
</style>
border-color css
<style>
span { border-color: #2AF3DD; }
span { border-color: rgb(42,243,221); }
td.TdClassName
{
border-color: #2AF3DD;
}
.TagClassName
{
border-color: #2AF3DD;
}
</style>