Shades of Turquoise #2DCFE1
Tints of Turquoise #2DCFE1
RGB
CMYK
RGB Variations
Color information
#2DCFE1 (or 0x2DCFE1) is known color: Turquoise. HEX triplet: 2D, CF and E1. RGB value is (45,207,225). Sum of RGB (Red+Green+Blue) = 45+207+225=477 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.43% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #2DCFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFE1 is #D2301E. Grayscale: #A0A0A0. Windows color (decimal): -13774879 or 14798637. OLE color: 14798637.
HSL color Cylindrical-coordinate representation of color #2DCFE1: hue angle of 186º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCFE1 is Cyan = 0.8, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 207 | 225 | - |
| CMYK | 0.8 | 0.08 | 0 | 0.12 |
| HSL | 186º | 0.75% | 0.53% | - |
| HSV(B) | 186º | 0.8% | 0.88% | - |
| XYZ | 36.99 | 50.62 | 79.06 | - |
| YUV | 160.61 | 164.33 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 225 | 0.8 | 0.08 | 0 | 0.12 | 186 | 0.75 | 0.53 |
| Hex | 2D | CF | E1 | 50 | 8 | 0 | C | BA | 4B | 35 |
| Octal | 55 | 317 | 341 | 120 | 10 | 0 | 14 | 272 | 113 | 65 |
| Binary | 101101 | 11001111 | 11100001 | 1010000 | 1000 | 0 | 1100 | 10111010 | 1001011 | 110101 |
Color Harmonies of #2DCFE1
Complementary color
Monochromatic Colors of #2DCFE1
Black with #2DCFE1
Text Example
Text Example
White with #2DCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFE1; }
p { color: rgb(45,207,225); }
H1.HeaderClassName
{
color: #2DCFE1;
}
.AnyTagClassName
{
color: #2DCFE1;
}
</style>
background-color css
<style>
a { background-color: #2DCFE1; }
a { background-color: rgb(45,207,225); }
div.DivClassName
{
background-color: #2DCFE1;
}
.BgClassName
{
background-color: #2DCFE1;
}
</style>
border-color css
<style>
span { border-color: #2DCFE1; }
span { border-color: rgb(45,207,225); }
td.TdClassName
{
border-color: #2DCFE1;
}
.TagClassName
{
border-color: #2DCFE1;
}
</style>