Shades of Bright Turquoise #2DDFFB
Tints of Bright Turquoise #2DDFFB
RGB
CMYK
RGB Variations
Color information
#2DDFFB (or 0x2DDFFB) is known color: Bright Turquoise. HEX triplet: 2D, DF and FB. RGB value is (45,223,251). Sum of RGB (Red+Green+Blue) = 45+223+251=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #2DDFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDFFB is #D22004. Grayscale: #ACACAC. Windows color (decimal): -13770757 or 16506669. OLE color: 16506669.
HSL color Cylindrical-coordinate representation of color #2DDFFB: hue angle of 188.16º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDFFB is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 223 | 251 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.02 |
| HSL | 188.16º | 0.96% | 0.58% | - |
| HSV(B) | 188.16º | 0.82% | 0.98% | - |
| XYZ | 44.88 | 60.3 | 100.54 | - |
| YUV | 172.97 | 172.03 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 251 | 0.82 | 0.11 | 0 | 0.02 | 188.16 | 0.96 | 0.58 |
| Hex | 2D | DF | FB | 52 | B | 0 | 2 | BC | 60 | 3A |
| Octal | 55 | 337 | 373 | 122 | 13 | 0 | 2 | 274 | 140 | 72 |
| Binary | 101101 | 11011111 | 11111011 | 1010010 | 1011 | 0 | 10 | 10111100 | 1100000 | 111010 |
Color Harmonies of #2DDFFB
Complementary color
Monochromatic Colors of #2DDFFB
Black with #2DDFFB
Text Example
Text Example
White with #2DDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFFB; }
p { color: rgb(45,223,251); }
H1.HeaderClassName
{
color: #2DDFFB;
}
.AnyTagClassName
{
color: #2DDFFB;
}
</style>
background-color css
<style>
a { background-color: #2DDFFB; }
a { background-color: rgb(45,223,251); }
div.DivClassName
{
background-color: #2DDFFB;
}
.BgClassName
{
background-color: #2DDFFB;
}
</style>
border-color css
<style>
span { border-color: #2DDFFB; }
span { border-color: rgb(45,223,251); }
td.TdClassName
{
border-color: #2DDFFB;
}
.TagClassName
{
border-color: #2DDFFB;
}
</style>