Shades of Turquoise #2DCFCB
Tints of Turquoise #2DCFCB
RGB
CMYK
RGB Variations
Color information
#2DCFCB (or 0x2DCFCB) is known color: Turquoise. HEX triplet: 2D, CF and CB. RGB value is (45,207,203). Sum of RGB (Red+Green+Blue) = 45+207+203=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFCB is #D23034. Grayscale: #9D9D9D. Windows color (decimal): -13774901 or 13356845. OLE color: 13356845.
HSL color Cylindrical-coordinate representation of color #2DCFCB: hue angle of 178.52º 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 #2DCFCB is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 203 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.19 |
| HSL | 178.52º | 0.64% | 0.49% | - |
| HSV(B) | 178.52º | 0.78% | 0.81% | - |
| XYZ | 34.17 | 49.5 | 64.25 | - |
| YUV | 158.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 203 | 0.78 | 0 | 0.02 | 0.19 | 178.52 | 0.64 | 0.49 |
| Hex | 2D | CF | CB | 4E | 0 | 2 | 13 | B3 | 40 | 31 |
| Octal | 55 | 317 | 313 | 116 | 0 | 2 | 23 | 263 | 100 | 61 |
| Binary | 101101 | 11001111 | 11001011 | 1001110 | 0 | 10 | 10011 | 10110011 | 1000000 | 110001 |
Color Harmonies of #2DCFCB
Complementary color
Monochromatic Colors of #2DCFCB
Black with #2DCFCB
Text Example
Text Example
White with #2DCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFCB; }
p { color: rgb(45,207,203); }
H1.HeaderClassName
{
color: #2DCFCB;
}
.AnyTagClassName
{
color: #2DCFCB;
}
</style>
background-color css
<style>
a { background-color: #2DCFCB; }
a { background-color: rgb(45,207,203); }
div.DivClassName
{
background-color: #2DCFCB;
}
.BgClassName
{
background-color: #2DCFCB;
}
</style>
border-color css
<style>
span { border-color: #2DCFCB; }
span { border-color: rgb(45,207,203); }
td.TdClassName
{
border-color: #2DCFCB;
}
.TagClassName
{
border-color: #2DCFCB;
}
</style>