Shades of Turquoise #2DF2CB
Tints of Turquoise #2DF2CB
RGB
CMYK
RGB Variations
Color information
#2DF2CB (or 0x2DF2CB) is known color: Turquoise. HEX triplet: 2D, F2 and CB. RGB value is (45,242,203). Sum of RGB (Red+Green+Blue) = 45+242+203=490 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.18% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF2CB is #D20D34. Grayscale: #B2B2B2. Windows color (decimal): -13765941 or 13365805. OLE color: 13365805.
HSL color Cylindrical-coordinate representation of color #2DF2CB: hue angle of 168.12º degrees, saturation: 0.88, 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 #2DF2CB is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 203 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.05 |
| HSL | 168.12º | 0.88% | 0.56% | - |
| HSV(B) | 168.12º | 0.81% | 0.95% | - |
| XYZ | 43.61 | 68.37 | 67.4 | - |
| YUV | 178.65 | 141.73 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 203 | 0.81 | 0 | 0.16 | 0.05 | 168.12 | 0.88 | 0.56 |
| Hex | 2D | F2 | CB | 51 | 0 | 10 | 5 | A8 | 58 | 38 |
| Octal | 55 | 362 | 313 | 121 | 0 | 20 | 5 | 250 | 130 | 70 |
| Binary | 101101 | 11110010 | 11001011 | 1010001 | 0 | 10000 | 101 | 10101000 | 1011000 | 111000 |
Color Harmonies of #2DF2CB
Complementary color
Monochromatic Colors of #2DF2CB
Black with #2DF2CB
Text Example
Text Example
White with #2DF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF2CB; }
p { color: rgb(45,242,203); }
H1.HeaderClassName
{
color: #2DF2CB;
}
.AnyTagClassName
{
color: #2DF2CB;
}
</style>
background-color css
<style>
a { background-color: #2DF2CB; }
a { background-color: rgb(45,242,203); }
div.DivClassName
{
background-color: #2DF2CB;
}
.BgClassName
{
background-color: #2DF2CB;
}
</style>
border-color css
<style>
span { border-color: #2DF2CB; }
span { border-color: rgb(45,242,203); }
td.TdClassName
{
border-color: #2DF2CB;
}
.TagClassName
{
border-color: #2DF2CB;
}
</style>