Shades of Turquoise #2DDBEF
Tints of Turquoise #2DDBEF
RGB
CMYK
RGB Variations
Color information
#2DDBEF (or 0x2DDBEF) is known color: Turquoise. HEX triplet: 2D, DB and EF. RGB value is (45,219,239). Sum of RGB (Red+Green+Blue) = 45+219+239=503 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.95% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBEF is #D22410. Grayscale: #A8A8A8. Windows color (decimal): -13771793 or 15719213. OLE color: 15719213.
HSL color Cylindrical-coordinate representation of color #2DDBEF: hue angle of 186.19º degrees, saturation: 0.86, 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 #2DDBEF is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 219 | 239 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.06 |
| HSL | 186.19º | 0.86% | 0.56% | - |
| HSV(B) | 186.19º | 0.81% | 0.94% | - |
| XYZ | 41.99 | 57.45 | 90.54 | - |
| YUV | 169.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 239 | 0.81 | 0.08 | 0 | 0.06 | 186.19 | 0.86 | 0.56 |
| Hex | 2D | DB | EF | 51 | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 55 | 333 | 357 | 121 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 101101 | 11011011 | 11101111 | 1010001 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #2DDBEF
Complementary color
Monochromatic Colors of #2DDBEF
Black with #2DDBEF
Text Example
Text Example
White with #2DDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBEF; }
p { color: rgb(45,219,239); }
H1.HeaderClassName
{
color: #2DDBEF;
}
.AnyTagClassName
{
color: #2DDBEF;
}
</style>
background-color css
<style>
a { background-color: #2DDBEF; }
a { background-color: rgb(45,219,239); }
div.DivClassName
{
background-color: #2DDBEF;
}
.BgClassName
{
background-color: #2DDBEF;
}
</style>
border-color css
<style>
span { border-color: #2DDBEF; }
span { border-color: rgb(45,219,239); }
td.TdClassName
{
border-color: #2DDBEF;
}
.TagClassName
{
border-color: #2DDBEF;
}
</style>