Shades of Turquoise #2DEFF2
Tints of Turquoise #2DEFF2
RGB
CMYK
RGB Variations
Color information
#2DEFF2 (or 0x2DEFF2) is known color: Turquoise. HEX triplet: 2D, EF and F2. RGB value is (45,239,242). Sum of RGB (Red+Green+Blue) = 45+239+242=526 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.56% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #2DEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEFF2 is #D2100D. Grayscale: #B5B5B5. Windows color (decimal): -13766670 or 15920941. OLE color: 15920941.
HSL color Cylindrical-coordinate representation of color #2DEFF2: hue angle of 180.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEFF2 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 239 | 242 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.05 |
| HSL | 180.91º | 0.88% | 0.56% | - |
| HSV(B) | 180.91º | 0.81% | 0.95% | - |
| XYZ | 47.98 | 68.7 | 94.74 | - |
| YUV | 181.34 | 162.23 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 242 | 0.81 | 0.01 | 0 | 0.05 | 180.91 | 0.88 | 0.56 |
| Hex | 2D | EF | F2 | 51 | 1 | 0 | 5 | B5 | 58 | 38 |
| Octal | 55 | 357 | 362 | 121 | 1 | 0 | 5 | 265 | 130 | 70 |
| Binary | 101101 | 11101111 | 11110010 | 1010001 | 1 | 0 | 101 | 10110101 | 1011000 | 111000 |
Color Harmonies of #2DEFF2
Complementary color
Monochromatic Colors of #2DEFF2
Black with #2DEFF2
Text Example
Text Example
White with #2DEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFF2; }
p { color: rgb(45,239,242); }
H1.HeaderClassName
{
color: #2DEFF2;
}
.AnyTagClassName
{
color: #2DEFF2;
}
</style>
background-color css
<style>
a { background-color: #2DEFF2; }
a { background-color: rgb(45,239,242); }
div.DivClassName
{
background-color: #2DEFF2;
}
.BgClassName
{
background-color: #2DEFF2;
}
</style>
border-color css
<style>
span { border-color: #2DEFF2; }
span { border-color: rgb(45,239,242); }
td.TdClassName
{
border-color: #2DEFF2;
}
.TagClassName
{
border-color: #2DEFF2;
}
</style>