Shades of Bright Turquoise #2DDEFD
Tints of Bright Turquoise #2DDEFD
RGB
CMYK
RGB Variations
Color information
#2DDEFD (or 0x2DDEFD) is known color: Bright Turquoise. HEX triplet: 2D, DE and FD. RGB value is (45,222,253). Sum of RGB (Red+Green+Blue) = 45+222+253=520 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.65% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDEFD is #D22102. Grayscale: #ACACAC. Windows color (decimal): -13771011 or 16637485. OLE color: 16637485.
HSL color Cylindrical-coordinate representation of color #2DDEFD: hue angle of 188.94º 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 #2DDEFD is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 222 | 253 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.01 |
| HSL | 188.94º | 0.98% | 0.58% | - |
| HSV(B) | 188.94º | 0.82% | 0.99% | - |
| XYZ | 44.93 | 59.89 | 102.12 | - |
| YUV | 172.61 | 173.36 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 253 | 0.82 | 0.12 | 0 | 0.01 | 188.94 | 0.98 | 0.58 |
| Hex | 2D | DE | FD | 52 | C | 0 | 1 | BD | 62 | 3A |
| Octal | 55 | 336 | 375 | 122 | 14 | 0 | 1 | 275 | 142 | 72 |
| Binary | 101101 | 11011110 | 11111101 | 1010010 | 1100 | 0 | 1 | 10111101 | 1100010 | 111010 |
Color Harmonies of #2DDEFD
Complementary color
Monochromatic Colors of #2DDEFD
Black with #2DDEFD
Text Example
Text Example
White with #2DDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEFD; }
p { color: rgb(45,222,253); }
H1.HeaderClassName
{
color: #2DDEFD;
}
.AnyTagClassName
{
color: #2DDEFD;
}
</style>
background-color css
<style>
a { background-color: #2DDEFD; }
a { background-color: rgb(45,222,253); }
div.DivClassName
{
background-color: #2DDEFD;
}
.BgClassName
{
background-color: #2DDEFD;
}
</style>
border-color css
<style>
span { border-color: #2DDEFD; }
span { border-color: rgb(45,222,253); }
td.TdClassName
{
border-color: #2DDEFD;
}
.TagClassName
{
border-color: #2DDEFD;
}
</style>