Shades of Turquoise #2DDBF0
Tints of Turquoise #2DDBF0
RGB
CMYK
RGB Variations
Color information
#2DDBF0 (or 0x2DDBF0) is known color: Turquoise. HEX triplet: 2D, DB and F0. RGB value is (45,219,240). Sum of RGB (Red+Green+Blue) = 45+219+240=504 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.93% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #2DDBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBF0 is #D2240F. Grayscale: #A9A9A9. Windows color (decimal): -13771792 or 15784749. OLE color: 15784749.
HSL color Cylindrical-coordinate representation of color #2DDBF0: hue angle of 186.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDBF0 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 219 | 240 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.06 |
| HSL | 186.46º | 0.87% | 0.56% | - |
| HSV(B) | 186.46º | 0.81% | 0.94% | - |
| XYZ | 42.14 | 57.51 | 91.32 | - |
| YUV | 169.37 | 167.85 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 240 | 0.81 | 0.09 | 0 | 0.06 | 186.46 | 0.87 | 0.56 |
| Hex | 2D | DB | F0 | 51 | 9 | 0 | 6 | BA | 57 | 38 |
| Octal | 55 | 333 | 360 | 121 | 11 | 0 | 6 | 272 | 127 | 70 |
| Binary | 101101 | 11011011 | 11110000 | 1010001 | 1001 | 0 | 110 | 10111010 | 1010111 | 111000 |
Color Harmonies of #2DDBF0
Complementary color
Monochromatic Colors of #2DDBF0
Black with #2DDBF0
Text Example
Text Example
White with #2DDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBF0; }
p { color: rgb(45,219,240); }
H1.HeaderClassName
{
color: #2DDBF0;
}
.AnyTagClassName
{
color: #2DDBF0;
}
</style>
background-color css
<style>
a { background-color: #2DDBF0; }
a { background-color: rgb(45,219,240); }
div.DivClassName
{
background-color: #2DDBF0;
}
.BgClassName
{
background-color: #2DDBF0;
}
</style>
border-color css
<style>
span { border-color: #2DDBF0; }
span { border-color: rgb(45,219,240); }
td.TdClassName
{
border-color: #2DDBF0;
}
.TagClassName
{
border-color: #2DDBF0;
}
</style>