Shades of Turquoise #2DEEEF
Tints of Turquoise #2DEEEF
RGB
CMYK
RGB Variations
Color information
#2DEEEF (or 0x2DEEEF) is known color: Turquoise. HEX triplet: 2D, EE and EF. RGB value is (45,238,239). Sum of RGB (Red+Green+Blue) = 45+238+239=522 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.62% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEEF is #D21110. Grayscale: #B4B4B4. Windows color (decimal): -13766929 or 15724077. OLE color: 15724077.
HSL color Cylindrical-coordinate representation of color #2DEEEF: hue angle of 180.31º 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 #2DEEEF is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 238 | 239 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.06 |
| HSL | 180.31º | 0.86% | 0.56% | - |
| HSV(B) | 180.31º | 0.81% | 0.94% | - |
| XYZ | 47.24 | 67.94 | 92.29 | - |
| YUV | 180.41 | 161.06 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 239 | 0.81 | 0.00 | 0 | 0.06 | 180.31 | 0.86 | 0.56 |
| Hex | 2D | EE | EF | 51 | 0 | 0 | 6 | B4 | 56 | 38 |
| Octal | 55 | 356 | 357 | 121 | 0 | 0 | 6 | 264 | 126 | 70 |
| Binary | 101101 | 11101110 | 11101111 | 1010001 | 0 | 0 | 110 | 10110100 | 1010110 | 111000 |
Color Harmonies of #2DEEEF
Complementary color
Monochromatic Colors of #2DEEEF
Black with #2DEEEF
Text Example
Text Example
White with #2DEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEEF; }
p { color: rgb(45,238,239); }
H1.HeaderClassName
{
color: #2DEEEF;
}
.AnyTagClassName
{
color: #2DEEEF;
}
</style>
background-color css
<style>
a { background-color: #2DEEEF; }
a { background-color: rgb(45,238,239); }
div.DivClassName
{
background-color: #2DEEEF;
}
.BgClassName
{
background-color: #2DEEEF;
}
</style>
border-color css
<style>
span { border-color: #2DEEEF; }
span { border-color: rgb(45,238,239); }
td.TdClassName
{
border-color: #2DEEEF;
}
.TagClassName
{
border-color: #2DEEEF;
}
</style>