Shades of Turquoise #2DF1ED
Tints of Turquoise #2DF1ED
RGB
CMYK
RGB Variations
Color information
#2DF1ED (or 0x2DF1ED) is known color: Turquoise. HEX triplet: 2D, F1 and ED. RGB value is (45,241,237). Sum of RGB (Red+Green+Blue) = 45+241+237=523 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.60% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF1ED is #D20E12. Grayscale: #B5B5B5. Windows color (decimal): -13766163 or 15593773. OLE color: 15593773.
HSL color Cylindrical-coordinate representation of color #2DF1ED: hue angle of 178.78º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF1ED is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 237 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.05 |
| HSL | 178.78º | 0.88% | 0.56% | - |
| HSV(B) | 178.78º | 0.81% | 0.95% | - |
| XYZ | 47.82 | 69.58 | 91.03 | - |
| YUV | 181.94 | 159.07 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 237 | 0.81 | 0 | 0.02 | 0.05 | 178.78 | 0.88 | 0.56 |
| Hex | 2D | F1 | ED | 51 | 0 | 2 | 5 | B3 | 58 | 38 |
| Octal | 55 | 361 | 355 | 121 | 0 | 2 | 5 | 263 | 130 | 70 |
| Binary | 101101 | 11110001 | 11101101 | 1010001 | 0 | 10 | 101 | 10110011 | 1011000 | 111000 |
Color Harmonies of #2DF1ED
Complementary color
Monochromatic Colors of #2DF1ED
Black with #2DF1ED
Text Example
Text Example
White with #2DF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF1ED; }
p { color: rgb(45,241,237); }
H1.HeaderClassName
{
color: #2DF1ED;
}
.AnyTagClassName
{
color: #2DF1ED;
}
</style>
background-color css
<style>
a { background-color: #2DF1ED; }
a { background-color: rgb(45,241,237); }
div.DivClassName
{
background-color: #2DF1ED;
}
.BgClassName
{
background-color: #2DF1ED;
}
</style>
border-color css
<style>
span { border-color: #2DF1ED; }
span { border-color: rgb(45,241,237); }
td.TdClassName
{
border-color: #2DF1ED;
}
.TagClassName
{
border-color: #2DF1ED;
}
</style>