Shades of Turquoise #2DEDCF
Tints of Turquoise #2DEDCF
RGB
CMYK
RGB Variations
Color information
#2DEDCF (or 0x2DEDCF) is known color: Turquoise. HEX triplet: 2D, ED and CF. RGB value is (45,237,207). Sum of RGB (Red+Green+Blue) = 45+237+207=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDCF is #D21230. Grayscale: #B0B0B0. Windows color (decimal): -13767217 or 13626669. OLE color: 13626669.
HSL color Cylindrical-coordinate representation of color #2DEDCF: hue angle of 170.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEDCF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 207 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.07 |
| HSL | 170.63º | 0.84% | 0.55% | - |
| HSV(B) | 170.63º | 0.81% | 0.93% | - |
| XYZ | 42.63 | 65.63 | 69.45 | - |
| YUV | 176.17 | 145.39 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 207 | 0.81 | 0 | 0.13 | 0.07 | 170.63 | 0.84 | 0.55 |
| Hex | 2D | ED | CF | 51 | 0 | D | 7 | AB | 54 | 37 |
| Octal | 55 | 355 | 317 | 121 | 0 | 15 | 7 | 253 | 124 | 67 |
| Binary | 101101 | 11101101 | 11001111 | 1010001 | 0 | 1101 | 111 | 10101011 | 1010100 | 110111 |
Color Harmonies of #2DEDCF
Complementary color
Monochromatic Colors of #2DEDCF
Black with #2DEDCF
Text Example
Text Example
White with #2DEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDCF; }
p { color: rgb(45,237,207); }
H1.HeaderClassName
{
color: #2DEDCF;
}
.AnyTagClassName
{
color: #2DEDCF;
}
</style>
background-color css
<style>
a { background-color: #2DEDCF; }
a { background-color: rgb(45,237,207); }
div.DivClassName
{
background-color: #2DEDCF;
}
.BgClassName
{
background-color: #2DEDCF;
}
</style>
border-color css
<style>
span { border-color: #2DEDCF; }
span { border-color: rgb(45,237,207); }
td.TdClassName
{
border-color: #2DEDCF;
}
.TagClassName
{
border-color: #2DEDCF;
}
</style>