Shades of Bright Turquoise #2DDCFE
Tints of Bright Turquoise #2DDCFE
RGB
CMYK
RGB Variations
Color information
#2DDCFE (or 0x2DDCFE) is known color: Bright Turquoise. HEX triplet: 2D, DC and FE. RGB value is (45,220,254). Sum of RGB (Red+Green+Blue) = 45+220+254=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDCFE is #D22301. Grayscale: #ABABAB. Windows color (decimal): -13771522 or 16702509. OLE color: 16702509.
HSL color Cylindrical-coordinate representation of color #2DDCFE: hue angle of 189.76º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDCFE is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 220 | 254 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.00 |
| HSL | 189.76º | 0.99% | 0.59% | - |
| HSV(B) | 189.76º | 0.82% | 1% | - |
| XYZ | 44.56 | 58.9 | 102.79 | - |
| YUV | 171.55 | 174.52 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 254 | 0.82 | 0.13 | 0 | 0.00 | 189.76 | 0.99 | 0.59 |
| Hex | 2D | DC | FE | 52 | D | 0 | 0 | BE | 63 | 3B |
| Octal | 55 | 334 | 376 | 122 | 15 | 0 | 0 | 276 | 143 | 73 |
| Binary | 101101 | 11011100 | 11111110 | 1010010 | 1101 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #2DDCFE
Complementary color
Monochromatic Colors of #2DDCFE
Black with #2DDCFE
Text Example
Text Example
White with #2DDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCFE; }
p { color: rgb(45,220,254); }
H1.HeaderClassName
{
color: #2DDCFE;
}
.AnyTagClassName
{
color: #2DDCFE;
}
</style>
background-color css
<style>
a { background-color: #2DDCFE; }
a { background-color: rgb(45,220,254); }
div.DivClassName
{
background-color: #2DDCFE;
}
.BgClassName
{
background-color: #2DDCFE;
}
</style>
border-color css
<style>
span { border-color: #2DDCFE; }
span { border-color: rgb(45,220,254); }
td.TdClassName
{
border-color: #2DDCFE;
}
.TagClassName
{
border-color: #2DDCFE;
}
</style>