Shades of Turquoise #2DDAF2
Tints of Turquoise #2DDAF2
RGB
CMYK
RGB Variations
Color information
#2DDAF2 (or 0x2DDAF2) is known color: Turquoise. HEX triplet: 2D, DA and F2. RGB value is (45,218,242). Sum of RGB (Red+Green+Blue) = 45+218+242=505 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.91% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #2DDAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAF2 is #D2250D. Grayscale: #A8A8A8. Windows color (decimal): -13772046 or 15915565. OLE color: 15915565.
HSL color Cylindrical-coordinate representation of color #2DDAF2: hue angle of 187.31º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDAF2 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 218 | 242 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.05 |
| HSL | 187.31º | 0.88% | 0.56% | - |
| HSV(B) | 187.31º | 0.81% | 0.95% | - |
| XYZ | 42.18 | 57.11 | 92.8 | - |
| YUV | 169.01 | 169.19 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 242 | 0.81 | 0.10 | 0 | 0.05 | 187.31 | 0.88 | 0.56 |
| Hex | 2D | DA | F2 | 51 | A | 0 | 5 | BB | 58 | 38 |
| Octal | 55 | 332 | 362 | 121 | 12 | 0 | 5 | 273 | 130 | 70 |
| Binary | 101101 | 11011010 | 11110010 | 1010001 | 1010 | 0 | 101 | 10111011 | 1011000 | 111000 |
Color Harmonies of #2DDAF2
Complementary color
Monochromatic Colors of #2DDAF2
Black with #2DDAF2
Text Example
Text Example
White with #2DDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDAF2; }
p { color: rgb(45,218,242); }
H1.HeaderClassName
{
color: #2DDAF2;
}
.AnyTagClassName
{
color: #2DDAF2;
}
</style>
background-color css
<style>
a { background-color: #2DDAF2; }
a { background-color: rgb(45,218,242); }
div.DivClassName
{
background-color: #2DDAF2;
}
.BgClassName
{
background-color: #2DDAF2;
}
</style>
border-color css
<style>
span { border-color: #2DDAF2; }
span { border-color: rgb(45,218,242); }
td.TdClassName
{
border-color: #2DDAF2;
}
.TagClassName
{
border-color: #2DDAF2;
}
</style>