Shades of Turquoise #2DFCCF
Tints of Turquoise #2DFCCF
RGB
CMYK
RGB Variations
Color information
#2DFCCF (or 0x2DFCCF) is known color: Turquoise. HEX triplet: 2D, FC and CF. RGB value is (45,252,207). Sum of RGB (Red+Green+Blue) = 45+252+207=504 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.93% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCCF is #D20330. Grayscale: #B8B8B8. Windows color (decimal): -13763377 or 13630509. OLE color: 13630509.
HSL color Cylindrical-coordinate representation of color #2DFCCF: hue angle of 166.96º 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 #2DFCCF is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 207 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.01 |
| HSL | 166.96º | 0.97% | 0.58% | - |
| HSV(B) | 166.96º | 0.82% | 0.99% | - |
| XYZ | 47.16 | 74.68 | 70.96 | - |
| YUV | 184.98 | 140.42 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 207 | 0.82 | 0 | 0.18 | 0.01 | 166.96 | 0.97 | 0.58 |
| Hex | 2D | FC | CF | 52 | 0 | 12 | 1 | A7 | 61 | 3A |
| Octal | 55 | 374 | 317 | 122 | 0 | 22 | 1 | 247 | 141 | 72 |
| Binary | 101101 | 11111100 | 11001111 | 1010010 | 0 | 10010 | 1 | 10100111 | 1100001 | 111010 |
Color Harmonies of #2DFCCF
Complementary color
Monochromatic Colors of #2DFCCF
Black with #2DFCCF
Text Example
Text Example
White with #2DFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCCF; }
p { color: rgb(45,252,207); }
H1.HeaderClassName
{
color: #2DFCCF;
}
.AnyTagClassName
{
color: #2DFCCF;
}
</style>
background-color css
<style>
a { background-color: #2DFCCF; }
a { background-color: rgb(45,252,207); }
div.DivClassName
{
background-color: #2DFCCF;
}
.BgClassName
{
background-color: #2DFCCF;
}
</style>
border-color css
<style>
span { border-color: #2DFCCF; }
span { border-color: rgb(45,252,207); }
td.TdClassName
{
border-color: #2DFCCF;
}
.TagClassName
{
border-color: #2DFCCF;
}
</style>