Shades of Turquoise #2DDAEF
Tints of Turquoise #2DDAEF
RGB
CMYK
RGB Variations
Color information
#2DDAEF (or 0x2DDAEF) is known color: Turquoise. HEX triplet: 2D, DA and EF. RGB value is (45,218,239). Sum of RGB (Red+Green+Blue) = 45+218+239=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DDAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAEF is #D22510. Grayscale: #A8A8A8. Windows color (decimal): -13772049 or 15718957. OLE color: 15718957.
HSL color Cylindrical-coordinate representation of color #2DDAEF: hue angle of 186.49º 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 #2DDAEF is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 218 | 239 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.06 |
| HSL | 186.49º | 0.86% | 0.56% | - |
| HSV(B) | 186.49º | 0.81% | 0.94% | - |
| XYZ | 41.73 | 56.93 | 90.45 | - |
| YUV | 168.67 | 167.69 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 239 | 0.81 | 0.09 | 0 | 0.06 | 186.49 | 0.86 | 0.56 |
| Hex | 2D | DA | EF | 51 | 9 | 0 | 6 | BA | 56 | 38 |
| Octal | 55 | 332 | 357 | 121 | 11 | 0 | 6 | 272 | 126 | 70 |
| Binary | 101101 | 11011010 | 11101111 | 1010001 | 1001 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #2DDAEF
Complementary color
Monochromatic Colors of #2DDAEF
Black with #2DDAEF
Text Example
Text Example
White with #2DDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDAEF; }
p { color: rgb(45,218,239); }
H1.HeaderClassName
{
color: #2DDAEF;
}
.AnyTagClassName
{
color: #2DDAEF;
}
</style>
background-color css
<style>
a { background-color: #2DDAEF; }
a { background-color: rgb(45,218,239); }
div.DivClassName
{
background-color: #2DDAEF;
}
.BgClassName
{
background-color: #2DDAEF;
}
</style>
border-color css
<style>
span { border-color: #2DDAEF; }
span { border-color: rgb(45,218,239); }
td.TdClassName
{
border-color: #2DDAEF;
}
.TagClassName
{
border-color: #2DDAEF;
}
</style>