Shades of Turquoise #2DFCED
Tints of Turquoise #2DFCED
RGB
CMYK
RGB Variations
Color information
#2DFCED (or 0x2DFCED) is known color: Turquoise. HEX triplet: 2D, FC and ED. RGB value is (45,252,237). Sum of RGB (Red+Green+Blue) = 45+252+237=534 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.43% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFCED is #D20312. Grayscale: #BCBCBC. Windows color (decimal): -13763347 or 15596589. OLE color: 15596589.
HSL color Cylindrical-coordinate representation of color #2DFCED: hue angle of 175.65º 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 #2DFCED is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 237 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.01 |
| HSL | 175.65º | 0.97% | 0.58% | - |
| HSV(B) | 175.65º | 0.82% | 0.99% | - |
| XYZ | 51.18 | 76.29 | 92.15 | - |
| YUV | 188.4 | 155.42 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 237 | 0.82 | 0 | 0.06 | 0.01 | 175.65 | 0.97 | 0.58 |
| Hex | 2D | FC | ED | 52 | 0 | 6 | 1 | B0 | 61 | 3A |
| Octal | 55 | 374 | 355 | 122 | 0 | 6 | 1 | 260 | 141 | 72 |
| Binary | 101101 | 11111100 | 11101101 | 1010010 | 0 | 110 | 1 | 10110000 | 1100001 | 111010 |
Color Harmonies of #2DFCED
Complementary color
Monochromatic Colors of #2DFCED
Black with #2DFCED
Text Example
Text Example
White with #2DFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCED; }
p { color: rgb(45,252,237); }
H1.HeaderClassName
{
color: #2DFCED;
}
.AnyTagClassName
{
color: #2DFCED;
}
</style>
background-color css
<style>
a { background-color: #2DFCED; }
a { background-color: rgb(45,252,237); }
div.DivClassName
{
background-color: #2DFCED;
}
.BgClassName
{
background-color: #2DFCED;
}
</style>
border-color css
<style>
span { border-color: #2DFCED; }
span { border-color: rgb(45,252,237); }
td.TdClassName
{
border-color: #2DFCED;
}
.TagClassName
{
border-color: #2DFCED;
}
</style>