Shades of Turquoise #2DDAFA
Tints of Turquoise #2DDAFA
RGB
CMYK
RGB Variations
Color information
#2DDAFA (or 0x2DDAFA) is known color: Turquoise. HEX triplet: 2D, DA and FA. RGB value is (45,218,250). Sum of RGB (Red+Green+Blue) = 45+218+250=513 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.77% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DDAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAFA is #D22505. Grayscale: #A9A9A9. Windows color (decimal): -13772038 or 16439853. OLE color: 16439853.
HSL color Cylindrical-coordinate representation of color #2DDAFA: hue angle of 189.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDAFA is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 218 | 250 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.02 |
| HSL | 189.37º | 0.95% | 0.58% | - |
| HSV(B) | 189.37º | 0.82% | 0.98% | - |
| XYZ | 43.41 | 57.6 | 99.27 | - |
| YUV | 169.92 | 173.19 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 250 | 0.82 | 0.13 | 0 | 0.02 | 189.37 | 0.95 | 0.58 |
| Hex | 2D | DA | FA | 52 | D | 0 | 2 | BD | 5F | 3A |
| Octal | 55 | 332 | 372 | 122 | 15 | 0 | 2 | 275 | 137 | 72 |
| Binary | 101101 | 11011010 | 11111010 | 1010010 | 1101 | 0 | 10 | 10111101 | 1011111 | 111010 |
Color Harmonies of #2DDAFA
Complementary color
Monochromatic Colors of #2DDAFA
Black with #2DDAFA
Text Example
Text Example
White with #2DDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDAFA; }
p { color: rgb(45,218,250); }
H1.HeaderClassName
{
color: #2DDAFA;
}
.AnyTagClassName
{
color: #2DDAFA;
}
</style>
background-color css
<style>
a { background-color: #2DDAFA; }
a { background-color: rgb(45,218,250); }
div.DivClassName
{
background-color: #2DDAFA;
}
.BgClassName
{
background-color: #2DDAFA;
}
</style>
border-color css
<style>
span { border-color: #2DDAFA; }
span { border-color: rgb(45,218,250); }
td.TdClassName
{
border-color: #2DDAFA;
}
.TagClassName
{
border-color: #2DDAFA;
}
</style>