Shades of Turquoise #2DF6CC
Tints of Turquoise #2DF6CC
RGB
CMYK
RGB Variations
Color information
#2DF6CC (or 0x2DF6CC) is known color: Turquoise. HEX triplet: 2D, F6 and CC. RGB value is (45,246,204). Sum of RGB (Red+Green+Blue) = 45+246+204=495 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.09% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF6CC is #D20933. Grayscale: #B5B5B5. Windows color (decimal): -13764916 or 13432365. OLE color: 13432365.
HSL color Cylindrical-coordinate representation of color #2DF6CC: hue angle of 167.46º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF6CC is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 204 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.04 |
| HSL | 167.46º | 0.92% | 0.57% | - |
| HSV(B) | 167.46º | 0.82% | 0.96% | - |
| XYZ | 44.94 | 70.83 | 68.43 | - |
| YUV | 181.11 | 140.91 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 204 | 0.82 | 0 | 0.17 | 0.04 | 167.46 | 0.92 | 0.57 |
| Hex | 2D | F6 | CC | 52 | 0 | 11 | 4 | A7 | 5C | 39 |
| Octal | 55 | 366 | 314 | 122 | 0 | 21 | 4 | 247 | 134 | 71 |
| Binary | 101101 | 11110110 | 11001100 | 1010010 | 0 | 10001 | 100 | 10100111 | 1011100 | 111001 |
Color Harmonies of #2DF6CC
Complementary color
Monochromatic Colors of #2DF6CC
Black with #2DF6CC
Text Example
Text Example
White with #2DF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF6CC; }
p { color: rgb(45,246,204); }
H1.HeaderClassName
{
color: #2DF6CC;
}
.AnyTagClassName
{
color: #2DF6CC;
}
</style>
background-color css
<style>
a { background-color: #2DF6CC; }
a { background-color: rgb(45,246,204); }
div.DivClassName
{
background-color: #2DF6CC;
}
.BgClassName
{
background-color: #2DF6CC;
}
</style>
border-color css
<style>
span { border-color: #2DF6CC; }
span { border-color: rgb(45,246,204); }
td.TdClassName
{
border-color: #2DF6CC;
}
.TagClassName
{
border-color: #2DF6CC;
}
</style>