Shades of Medium Turquoise #2FCDCD
Tints of Medium Turquoise #2FCDCD
RGB
CMYK
RGB Variations
Color information
#2FCDCD (or 0x2FCDCD) is known color: Medium Turquoise. HEX triplet: 2F, CD and CD. RGB value is (47,205,205). Sum of RGB (Red+Green+Blue) = 47+205+205=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #2FCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDCD is #D03232. Grayscale: #9D9D9D. Windows color (decimal): -13644339 or 13487407. OLE color: 13487407.
HSL color Cylindrical-coordinate representation of color #2FCDCD: hue angle of 180º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCDCD is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 205 | - |
| CMYK | 0.77 | 0 | 0 | 0.20 |
| HSL | 180º | 0.63% | 0.49% | - |
| HSV(B) | 180º | 0.77% | 0.8% | - |
| XYZ | 34.02 | 48.67 | 65.36 | - |
| YUV | 157.76 | 154.65 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 205 | 0.77 | 0 | 0 | 0.20 | 180 | 0.63 | 0.49 |
| Hex | 2F | CD | CD | 4D | 0 | 0 | 14 | B4 | 3F | 31 |
| Octal | 57 | 315 | 315 | 115 | 0 | 0 | 24 | 264 | 77 | 61 |
| Binary | 101111 | 11001101 | 11001101 | 1001101 | 0 | 0 | 10100 | 10110100 | 111111 | 110001 |
Color Harmonies of #2FCDCD
Complementary color
Monochromatic Colors of #2FCDCD
Black with #2FCDCD
Text Example
Text Example
White with #2FCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDCD; }
p { color: rgb(47,205,205); }
H1.HeaderClassName
{
color: #2FCDCD;
}
.AnyTagClassName
{
color: #2FCDCD;
}
</style>
background-color css
<style>
a { background-color: #2FCDCD; }
a { background-color: rgb(47,205,205); }
div.DivClassName
{
background-color: #2FCDCD;
}
.BgClassName
{
background-color: #2FCDCD;
}
</style>
border-color css
<style>
span { border-color: #2FCDCD; }
span { border-color: rgb(47,205,205); }
td.TdClassName
{
border-color: #2FCDCD;
}
.TagClassName
{
border-color: #2FCDCD;
}
</style>