Shades of Bright Turquoise #2DDFFD
Tints of Bright Turquoise #2DDFFD
RGB
CMYK
RGB Variations
Color information
#2DDFFD (or 0x2DDFFD) is known color: Bright Turquoise. HEX triplet: 2D, DF and FD. RGB value is (45,223,253). Sum of RGB (Red+Green+Blue) = 45+223+253=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDFFD is #D22002. Grayscale: #ACACAC. Windows color (decimal): -13770755 or 16637741. OLE color: 16637741.
HSL color Cylindrical-coordinate representation of color #2DDFFD: hue angle of 188.65º 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 #2DDFFD is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 223 | 253 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.01 |
| HSL | 188.65º | 0.98% | 0.58% | - |
| HSV(B) | 188.65º | 0.82% | 0.99% | - |
| XYZ | 45.2 | 60.43 | 102.21 | - |
| YUV | 173.2 | 173.03 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 253 | 0.82 | 0.12 | 0 | 0.01 | 188.65 | 0.98 | 0.58 |
| Hex | 2D | DF | FD | 52 | C | 0 | 1 | BD | 62 | 3A |
| Octal | 55 | 337 | 375 | 122 | 14 | 0 | 1 | 275 | 142 | 72 |
| Binary | 101101 | 11011111 | 11111101 | 1010010 | 1100 | 0 | 1 | 10111101 | 1100010 | 111010 |
Color Harmonies of #2DDFFD
Complementary color
Monochromatic Colors of #2DDFFD
Black with #2DDFFD
Text Example
Text Example
White with #2DDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFFD; }
p { color: rgb(45,223,253); }
H1.HeaderClassName
{
color: #2DDFFD;
}
.AnyTagClassName
{
color: #2DDFFD;
}
</style>
background-color css
<style>
a { background-color: #2DDFFD; }
a { background-color: rgb(45,223,253); }
div.DivClassName
{
background-color: #2DDFFD;
}
.BgClassName
{
background-color: #2DDFFD;
}
</style>
border-color css
<style>
span { border-color: #2DDFFD; }
span { border-color: rgb(45,223,253); }
td.TdClassName
{
border-color: #2DDFFD;
}
.TagClassName
{
border-color: #2DDFFD;
}
</style>