Shades of Turquoise #2DEDEF
Tints of Turquoise #2DEDEF
RGB
CMYK
RGB Variations
Color information
#2DEDEF (or 0x2DEDEF) is known color: Turquoise. HEX triplet: 2D, ED and EF. RGB value is (45,237,239). Sum of RGB (Red+Green+Blue) = 45+237+239=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEDEF is #D21210. Grayscale: #B3B3B3. Windows color (decimal): -13767185 or 15723821. OLE color: 15723821.
HSL color Cylindrical-coordinate representation of color #2DEDEF: hue angle of 180.62º 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 #2DEDEF is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 237 | 239 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.06 |
| HSL | 180.62º | 0.86% | 0.56% | - |
| HSV(B) | 180.62º | 0.81% | 0.94% | - |
| XYZ | 46.95 | 67.36 | 92.19 | - |
| YUV | 179.82 | 161.39 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 239 | 0.81 | 0.01 | 0 | 0.06 | 180.62 | 0.86 | 0.56 |
| Hex | 2D | ED | EF | 51 | 1 | 0 | 6 | B5 | 56 | 38 |
| Octal | 55 | 355 | 357 | 121 | 1 | 0 | 6 | 265 | 126 | 70 |
| Binary | 101101 | 11101101 | 11101111 | 1010001 | 1 | 0 | 110 | 10110101 | 1010110 | 111000 |
Color Harmonies of #2DEDEF
Complementary color
Monochromatic Colors of #2DEDEF
Black with #2DEDEF
Text Example
Text Example
White with #2DEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDEF; }
p { color: rgb(45,237,239); }
H1.HeaderClassName
{
color: #2DEDEF;
}
.AnyTagClassName
{
color: #2DEDEF;
}
</style>
background-color css
<style>
a { background-color: #2DEDEF; }
a { background-color: rgb(45,237,239); }
div.DivClassName
{
background-color: #2DEDEF;
}
.BgClassName
{
background-color: #2DEDEF;
}
</style>
border-color css
<style>
span { border-color: #2DEDEF; }
span { border-color: rgb(45,237,239); }
td.TdClassName
{
border-color: #2DEDEF;
}
.TagClassName
{
border-color: #2DEDEF;
}
</style>