Shades of Bright Turquoise #2DDBFC
Tints of Bright Turquoise #2DDBFC
RGB
CMYK
RGB Variations
Color information
#2DDBFC (or 0x2DDBFC) is known color: Bright Turquoise. HEX triplet: 2D, DB and FC. RGB value is (45,219,252). Sum of RGB (Red+Green+Blue) = 45+219+252=516 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.72% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #2DDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBFC is #D22403. Grayscale: #AAAAAA. Windows color (decimal): -13771780 or 16571181. OLE color: 16571181.
HSL color Cylindrical-coordinate representation of color #2DDBFC: hue angle of 189.57º degrees, saturation: 0.97, 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 #2DDBFC is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 219 | 252 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.01 |
| HSL | 189.57º | 0.97% | 0.58% | - |
| HSV(B) | 189.57º | 0.82% | 0.99% | - |
| XYZ | 43.98 | 58.25 | 101.02 | - |
| YUV | 170.74 | 173.85 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 252 | 0.82 | 0.13 | 0 | 0.01 | 189.57 | 0.97 | 0.58 |
| Hex | 2D | DB | FC | 52 | D | 0 | 1 | BE | 61 | 3A |
| Octal | 55 | 333 | 374 | 122 | 15 | 0 | 1 | 276 | 141 | 72 |
| Binary | 101101 | 11011011 | 11111100 | 1010010 | 1101 | 0 | 1 | 10111110 | 1100001 | 111010 |
Color Harmonies of #2DDBFC
Complementary color
Monochromatic Colors of #2DDBFC
Black with #2DDBFC
Text Example
Text Example
White with #2DDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBFC; }
p { color: rgb(45,219,252); }
H1.HeaderClassName
{
color: #2DDBFC;
}
.AnyTagClassName
{
color: #2DDBFC;
}
</style>
background-color css
<style>
a { background-color: #2DDBFC; }
a { background-color: rgb(45,219,252); }
div.DivClassName
{
background-color: #2DDBFC;
}
.BgClassName
{
background-color: #2DDBFC;
}
</style>
border-color css
<style>
span { border-color: #2DDBFC; }
span { border-color: rgb(45,219,252); }
td.TdClassName
{
border-color: #2DDBFC;
}
.TagClassName
{
border-color: #2DDBFC;
}
</style>