Shades of Bright Turquoise #2DFDEE
Tints of Bright Turquoise #2DFDEE
RGB
CMYK
RGB Variations
Color information
#2DFDEE (or 0x2DFDEE) is known color: Bright Turquoise. HEX triplet: 2D, FD and EE. RGB value is (45,253,238). Sum of RGB (Red+Green+Blue) = 45+253+238=536 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.40% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFDEE is #D20211. Grayscale: #BCBCBC. Windows color (decimal): -13763090 or 15662381. OLE color: 15662381.
HSL color Cylindrical-coordinate representation of color #2DFDEE: hue angle of 175.67º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFDEE is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 238 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.01 |
| HSL | 175.67º | 0.98% | 0.58% | - |
| HSV(B) | 175.67º | 0.82% | 0.99% | - |
| XYZ | 51.64 | 76.98 | 93.03 | - |
| YUV | 189.1 | 155.59 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 238 | 0.82 | 0 | 0.06 | 0.01 | 175.67 | 0.98 | 0.58 |
| Hex | 2D | FD | EE | 52 | 0 | 6 | 1 | B0 | 62 | 3A |
| Octal | 55 | 375 | 356 | 122 | 0 | 6 | 1 | 260 | 142 | 72 |
| Binary | 101101 | 11111101 | 11101110 | 1010010 | 0 | 110 | 1 | 10110000 | 1100010 | 111010 |
Color Harmonies of #2DFDEE
Complementary color
Monochromatic Colors of #2DFDEE
Black with #2DFDEE
Text Example
Text Example
White with #2DFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDEE; }
p { color: rgb(45,253,238); }
H1.HeaderClassName
{
color: #2DFDEE;
}
.AnyTagClassName
{
color: #2DFDEE;
}
</style>
background-color css
<style>
a { background-color: #2DFDEE; }
a { background-color: rgb(45,253,238); }
div.DivClassName
{
background-color: #2DFDEE;
}
.BgClassName
{
background-color: #2DFDEE;
}
</style>
border-color css
<style>
span { border-color: #2DFDEE; }
span { border-color: rgb(45,253,238); }
td.TdClassName
{
border-color: #2DFDEE;
}
.TagClassName
{
border-color: #2DFDEE;
}
</style>