Shades of Turquoise #3CDFBE
Tints of Turquoise #3CDFBE
RGB
CMYK
RGB Variations
Color information
#3CDFBE (or 0x3CDFBE) is known color: Turquoise. HEX triplet: 3C, DF and BE. RGB value is (60,223,190). Sum of RGB (Red+Green+Blue) = 60+223+190=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFBE is #C32041. Grayscale: #AAAAAA. Windows color (decimal): -12787778 or 12508988. OLE color: 12508988.
HSL color Cylindrical-coordinate representation of color #3CDFBE: hue angle of 167.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDFBE is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 190 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.13 |
| HSL | 167.85º | 0.72% | 0.55% | - |
| HSV(B) | 167.85º | 0.73% | 0.87% | - |
| XYZ | 37.55 | 57.45 | 57.83 | - |
| YUV | 170.5 | 139 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 190 | 0.73 | 0 | 0.15 | 0.13 | 167.85 | 0.72 | 0.55 |
| Hex | 3C | DF | BE | 49 | 0 | F | D | A8 | 48 | 37 |
| Octal | 74 | 337 | 276 | 111 | 0 | 17 | 15 | 250 | 110 | 67 |
| Binary | 111100 | 11011111 | 10111110 | 1001001 | 0 | 1111 | 1101 | 10101000 | 1001000 | 110111 |
Color Harmonies of #3CDFBE
Complementary color
Monochromatic Colors of #3CDFBE
Black with #3CDFBE
Text Example
Text Example
White with #3CDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFBE; }
p { color: rgb(60,223,190); }
H1.HeaderClassName
{
color: #3CDFBE;
}
.AnyTagClassName
{
color: #3CDFBE;
}
</style>
background-color css
<style>
a { background-color: #3CDFBE; }
a { background-color: rgb(60,223,190); }
div.DivClassName
{
background-color: #3CDFBE;
}
.BgClassName
{
background-color: #3CDFBE;
}
</style>
border-color css
<style>
span { border-color: #3CDFBE; }
span { border-color: rgb(60,223,190); }
td.TdClassName
{
border-color: #3CDFBE;
}
.TagClassName
{
border-color: #3CDFBE;
}
</style>