Shades of Turquoise #2DEEF0
Tints of Turquoise #2DEEF0
RGB
CMYK
RGB Variations
Color information
#2DEEF0 (or 0x2DEEF0) is known color: Turquoise. HEX triplet: 2D, EE and F0. RGB value is (45,238,240). Sum of RGB (Red+Green+Blue) = 45+238+240=523 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.60% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #2DEEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEF0 is #D2110F. Grayscale: #B4B4B4. Windows color (decimal): -13766928 or 15789613. OLE color: 15789613.
HSL color Cylindrical-coordinate representation of color #2DEEF0: hue angle of 180.62º degrees, saturation: 0.87, 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 #2DEEF0 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 238 | 240 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.06 |
| HSL | 180.62º | 0.87% | 0.56% | - |
| HSV(B) | 180.62º | 0.81% | 0.94% | - |
| XYZ | 47.38 | 68 | 93.07 | - |
| YUV | 180.52 | 161.56 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 240 | 0.81 | 0.01 | 0 | 0.06 | 180.62 | 0.87 | 0.56 |
| Hex | 2D | EE | F0 | 51 | 1 | 0 | 6 | B5 | 57 | 38 |
| Octal | 55 | 356 | 360 | 121 | 1 | 0 | 6 | 265 | 127 | 70 |
| Binary | 101101 | 11101110 | 11110000 | 1010001 | 1 | 0 | 110 | 10110101 | 1010111 | 111000 |
Color Harmonies of #2DEEF0
Complementary color
Monochromatic Colors of #2DEEF0
Black with #2DEEF0
Text Example
Text Example
White with #2DEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEF0; }
p { color: rgb(45,238,240); }
H1.HeaderClassName
{
color: #2DEEF0;
}
.AnyTagClassName
{
color: #2DEEF0;
}
</style>
background-color css
<style>
a { background-color: #2DEEF0; }
a { background-color: rgb(45,238,240); }
div.DivClassName
{
background-color: #2DEEF0;
}
.BgClassName
{
background-color: #2DEEF0;
}
</style>
border-color css
<style>
span { border-color: #2DEEF0; }
span { border-color: rgb(45,238,240); }
td.TdClassName
{
border-color: #2DEEF0;
}
.TagClassName
{
border-color: #2DEEF0;
}
</style>