Shades of Bright Turquoise #2DDDFD
Tints of Bright Turquoise #2DDDFD
RGB
CMYK
RGB Variations
Color information
#2DDDFD (or 0x2DDDFD) is known color: Bright Turquoise. HEX triplet: 2D, DD and FD. RGB value is (45,221,253). Sum of RGB (Red+Green+Blue) = 45+221+253=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDDFD is #D22202. Grayscale: #ABABAB. Windows color (decimal): -13771267 or 16637229. OLE color: 16637229.
HSL color Cylindrical-coordinate representation of color #2DDDFD: hue angle of 189.23º 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 #2DDDFD is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 221 | 253 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.01 |
| HSL | 189.23º | 0.98% | 0.58% | - |
| HSV(B) | 189.23º | 0.82% | 0.99% | - |
| XYZ | 44.67 | 59.36 | 102.03 | - |
| YUV | 172.02 | 173.69 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 253 | 0.82 | 0.13 | 0 | 0.01 | 189.23 | 0.98 | 0.58 |
| Hex | 2D | DD | FD | 52 | D | 0 | 1 | BD | 62 | 3A |
| Octal | 55 | 335 | 375 | 122 | 15 | 0 | 1 | 275 | 142 | 72 |
| Binary | 101101 | 11011101 | 11111101 | 1010010 | 1101 | 0 | 1 | 10111101 | 1100010 | 111010 |
Color Harmonies of #2DDDFD
Complementary color
Monochromatic Colors of #2DDDFD
Black with #2DDDFD
Text Example
Text Example
White with #2DDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDFD; }
p { color: rgb(45,221,253); }
H1.HeaderClassName
{
color: #2DDDFD;
}
.AnyTagClassName
{
color: #2DDDFD;
}
</style>
background-color css
<style>
a { background-color: #2DDDFD; }
a { background-color: rgb(45,221,253); }
div.DivClassName
{
background-color: #2DDDFD;
}
.BgClassName
{
background-color: #2DDDFD;
}
</style>
border-color css
<style>
span { border-color: #2DDDFD; }
span { border-color: rgb(45,221,253); }
td.TdClassName
{
border-color: #2DDDFD;
}
.TagClassName
{
border-color: #2DDDFD;
}
</style>