Shades of Turquoise #2DF3C6
Tints of Turquoise #2DF3C6
RGB
CMYK
RGB Variations
Color information
#2DF3C6 (or 0x2DF3C6) is known color: Turquoise. HEX triplet: 2D, F3 and C6. RGB value is (45,243,198). Sum of RGB (Red+Green+Blue) = 45+243+198=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF3C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF3C6 is #D20C39. Grayscale: #B2B2B2. Windows color (decimal): -13765690 or 13038381. OLE color: 13038381.
HSL color Cylindrical-coordinate representation of color #2DF3C6: hue angle of 166.36º degrees, saturation: 0.89, 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 #2DF3C6 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 198 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.05 |
| HSL | 166.36º | 0.89% | 0.56% | - |
| HSV(B) | 166.36º | 0.81% | 0.95% | - |
| XYZ | 43.33 | 68.74 | 64.41 | - |
| YUV | 178.67 | 138.9 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 198 | 0.81 | 0 | 0.19 | 0.05 | 166.36 | 0.89 | 0.56 |
| Hex | 2D | F3 | C6 | 51 | 0 | 13 | 5 | A6 | 59 | 38 |
| Octal | 55 | 363 | 306 | 121 | 0 | 23 | 5 | 246 | 131 | 70 |
| Binary | 101101 | 11110011 | 11000110 | 1010001 | 0 | 10011 | 101 | 10100110 | 1011001 | 111000 |
Color Harmonies of #2DF3C6
Complementary color
Monochromatic Colors of #2DF3C6
Black with #2DF3C6
Text Example
Text Example
White with #2DF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF3C6; }
p { color: rgb(45,243,198); }
H1.HeaderClassName
{
color: #2DF3C6;
}
.AnyTagClassName
{
color: #2DF3C6;
}
</style>
background-color css
<style>
a { background-color: #2DF3C6; }
a { background-color: rgb(45,243,198); }
div.DivClassName
{
background-color: #2DF3C6;
}
.BgClassName
{
background-color: #2DF3C6;
}
</style>
border-color css
<style>
span { border-color: #2DF3C6; }
span { border-color: rgb(45,243,198); }
td.TdClassName
{
border-color: #2DF3C6;
}
.TagClassName
{
border-color: #2DF3C6;
}
</style>