Shades of Turquoise #2DCFDE
Tints of Turquoise #2DCFDE
RGB
CMYK
RGB Variations
Color information
#2DCFDE (or 0x2DCFDE) is known color: Turquoise. HEX triplet: 2D, CF and DE. RGB value is (45,207,222). Sum of RGB (Red+Green+Blue) = 45+207+222=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #2DCFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFDE is #D23021. Grayscale: #A0A0A0. Windows color (decimal): -13774882 or 14602029. OLE color: 14602029.
HSL color Cylindrical-coordinate representation of color #2DCFDE: hue angle of 185.08º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCFDE is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 207 | 222 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.13 |
| HSL | 185.08º | 0.73% | 0.52% | - |
| HSV(B) | 185.08º | 0.8% | 0.87% | - |
| XYZ | 36.58 | 50.46 | 76.92 | - |
| YUV | 160.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 222 | 0.80 | 0.07 | 0 | 0.13 | 185.08 | 0.73 | 0.52 |
| Hex | 2D | CF | DE | 50 | 7 | 0 | D | B9 | 49 | 34 |
| Octal | 55 | 317 | 336 | 120 | 7 | 0 | 15 | 271 | 111 | 64 |
| Binary | 101101 | 11001111 | 11011110 | 1010000 | 111 | 0 | 1101 | 10111001 | 1001001 | 110100 |
Color Harmonies of #2DCFDE
Complementary color
Monochromatic Colors of #2DCFDE
Black with #2DCFDE
Text Example
Text Example
White with #2DCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFDE; }
p { color: rgb(45,207,222); }
H1.HeaderClassName
{
color: #2DCFDE;
}
.AnyTagClassName
{
color: #2DCFDE;
}
</style>
background-color css
<style>
a { background-color: #2DCFDE; }
a { background-color: rgb(45,207,222); }
div.DivClassName
{
background-color: #2DCFDE;
}
.BgClassName
{
background-color: #2DCFDE;
}
</style>
border-color css
<style>
span { border-color: #2DCFDE; }
span { border-color: rgb(45,207,222); }
td.TdClassName
{
border-color: #2DCFDE;
}
.TagClassName
{
border-color: #2DCFDE;
}
</style>