Shades of Bright Turquoise #2DDCFB
Tints of Bright Turquoise #2DDCFB
RGB
CMYK
RGB Variations
Color information
#2DDCFB (or 0x2DDCFB) is known color: Bright Turquoise. HEX triplet: 2D, DC and FB. RGB value is (45,220,251). Sum of RGB (Red+Green+Blue) = 45+220+251=516 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.72% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #2DDCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDCFB is #D22304. Grayscale: #AAAAAA. Windows color (decimal): -13771525 or 16505901. OLE color: 16505901.
HSL color Cylindrical-coordinate representation of color #2DDCFB: hue angle of 189.03º 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 #2DDCFB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 220 | 251 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.02 |
| HSL | 189.03º | 0.96% | 0.58% | - |
| HSV(B) | 189.03º | 0.82% | 0.98% | - |
| XYZ | 44.09 | 58.71 | 100.28 | - |
| YUV | 171.21 | 173.02 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 251 | 0.82 | 0.12 | 0 | 0.02 | 189.03 | 0.96 | 0.58 |
| Hex | 2D | DC | FB | 52 | C | 0 | 2 | BD | 60 | 3A |
| Octal | 55 | 334 | 373 | 122 | 14 | 0 | 2 | 275 | 140 | 72 |
| Binary | 101101 | 11011100 | 11111011 | 1010010 | 1100 | 0 | 10 | 10111101 | 1100000 | 111010 |
Color Harmonies of #2DDCFB
Complementary color
Monochromatic Colors of #2DDCFB
Black with #2DDCFB
Text Example
Text Example
White with #2DDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCFB; }
p { color: rgb(45,220,251); }
H1.HeaderClassName
{
color: #2DDCFB;
}
.AnyTagClassName
{
color: #2DDCFB;
}
</style>
background-color css
<style>
a { background-color: #2DDCFB; }
a { background-color: rgb(45,220,251); }
div.DivClassName
{
background-color: #2DDCFB;
}
.BgClassName
{
background-color: #2DDCFB;
}
</style>
border-color css
<style>
span { border-color: #2DDCFB; }
span { border-color: rgb(45,220,251); }
td.TdClassName
{
border-color: #2DDCFB;
}
.TagClassName
{
border-color: #2DDCFB;
}
</style>