Shades of Turquoise #2DCFCC
Tints of Turquoise #2DCFCC
RGB
CMYK
RGB Variations
Color information
#2DCFCC (or 0x2DCFCC) is known color: Turquoise. HEX triplet: 2D, CF and CC. RGB value is (45,207,204). Sum of RGB (Red+Green+Blue) = 45+207+204=456 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.87% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFCC is #D23033. Grayscale: #9E9E9E. Windows color (decimal): -13774900 or 13422381. OLE color: 13422381.
HSL color Cylindrical-coordinate representation of color #2DCFCC: hue angle of 178.89º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCFCC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 204 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.19 |
| HSL | 178.89º | 0.64% | 0.49% | - |
| HSV(B) | 178.89º | 0.78% | 0.81% | - |
| XYZ | 34.29 | 49.54 | 64.88 | - |
| YUV | 158.22 | 153.83 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 204 | 0.78 | 0 | 0.01 | 0.19 | 178.89 | 0.64 | 0.49 |
| Hex | 2D | CF | CC | 4E | 0 | 1 | 13 | B3 | 40 | 31 |
| Octal | 55 | 317 | 314 | 116 | 0 | 1 | 23 | 263 | 100 | 61 |
| Binary | 101101 | 11001111 | 11001100 | 1001110 | 0 | 1 | 10011 | 10110011 | 1000000 | 110001 |
Color Harmonies of #2DCFCC
Complementary color
Monochromatic Colors of #2DCFCC
Black with #2DCFCC
Text Example
Text Example
White with #2DCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFCC; }
p { color: rgb(45,207,204); }
H1.HeaderClassName
{
color: #2DCFCC;
}
.AnyTagClassName
{
color: #2DCFCC;
}
</style>
background-color css
<style>
a { background-color: #2DCFCC; }
a { background-color: rgb(45,207,204); }
div.DivClassName
{
background-color: #2DCFCC;
}
.BgClassName
{
background-color: #2DCFCC;
}
</style>
border-color css
<style>
span { border-color: #2DCFCC; }
span { border-color: rgb(45,207,204); }
td.TdClassName
{
border-color: #2DCFCC;
}
.TagClassName
{
border-color: #2DCFCC;
}
</style>