Shades of Bright Turquoise #2DDEFE
Tints of Bright Turquoise #2DDEFE
RGB
CMYK
RGB Variations
Color information
#2DDEFE (or 0x2DDEFE) is known color: Bright Turquoise. HEX triplet: 2D, DE and FE. RGB value is (45,222,254). Sum of RGB (Red+Green+Blue) = 45+222+254=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DDEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDEFE is #D22101. Grayscale: #ACACAC. Windows color (decimal): -13771010 or 16703021. OLE color: 16703021.
HSL color Cylindrical-coordinate representation of color #2DDEFE: hue angle of 189.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDEFE is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 222 | 254 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.00 |
| HSL | 189.19º | 0.99% | 0.59% | - |
| HSV(B) | 189.19º | 0.82% | 1% | - |
| XYZ | 45.09 | 59.96 | 102.96 | - |
| YUV | 172.73 | 173.86 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 254 | 0.82 | 0.13 | 0 | 0.00 | 189.19 | 0.99 | 0.59 |
| Hex | 2D | DE | FE | 52 | D | 0 | 0 | BD | 63 | 3B |
| Octal | 55 | 336 | 376 | 122 | 15 | 0 | 0 | 275 | 143 | 73 |
| Binary | 101101 | 11011110 | 11111110 | 1010010 | 1101 | 0 | 0 | 10111101 | 1100011 | 111011 |
Color Harmonies of #2DDEFE
Complementary color
Monochromatic Colors of #2DDEFE
Black with #2DDEFE
Text Example
Text Example
White with #2DDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEFE; }
p { color: rgb(45,222,254); }
H1.HeaderClassName
{
color: #2DDEFE;
}
.AnyTagClassName
{
color: #2DDEFE;
}
</style>
background-color css
<style>
a { background-color: #2DDEFE; }
a { background-color: rgb(45,222,254); }
div.DivClassName
{
background-color: #2DDEFE;
}
.BgClassName
{
background-color: #2DDEFE;
}
</style>
border-color css
<style>
span { border-color: #2DDEFE; }
span { border-color: rgb(45,222,254); }
td.TdClassName
{
border-color: #2DDEFE;
}
.TagClassName
{
border-color: #2DDEFE;
}
</style>