Shades of Turquoise #3CDFBF
Tints of Turquoise #3CDFBF
RGB
CMYK
RGB Variations
Color information
#3CDFBF (or 0x3CDFBF) is known color: Turquoise. HEX triplet: 3C, DF and BF. RGB value is (60,223,191). Sum of RGB (Red+Green+Blue) = 60+223+191=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFBF is #C32040. Grayscale: #AAAAAA. Windows color (decimal): -12787777 or 12574524. OLE color: 12574524.
HSL color Cylindrical-coordinate representation of color #3CDFBF: hue angle of 168.22º 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 #3CDFBF is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 191 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.13 |
| HSL | 168.22º | 0.72% | 0.55% | - |
| HSV(B) | 168.22º | 0.73% | 0.87% | - |
| XYZ | 37.66 | 57.5 | 58.4 | - |
| YUV | 170.62 | 139.5 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 191 | 0.73 | 0 | 0.14 | 0.13 | 168.22 | 0.72 | 0.55 |
| Hex | 3C | DF | BF | 49 | 0 | E | D | A8 | 48 | 37 |
| Octal | 74 | 337 | 277 | 111 | 0 | 16 | 15 | 250 | 110 | 67 |
| Binary | 111100 | 11011111 | 10111111 | 1001001 | 0 | 1110 | 1101 | 10101000 | 1001000 | 110111 |
Color Harmonies of #3CDFBF
Complementary color
Monochromatic Colors of #3CDFBF
Black with #3CDFBF
Text Example
Text Example
White with #3CDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFBF; }
p { color: rgb(60,223,191); }
H1.HeaderClassName
{
color: #3CDFBF;
}
.AnyTagClassName
{
color: #3CDFBF;
}
</style>
background-color css
<style>
a { background-color: #3CDFBF; }
a { background-color: rgb(60,223,191); }
div.DivClassName
{
background-color: #3CDFBF;
}
.BgClassName
{
background-color: #3CDFBF;
}
</style>
border-color css
<style>
span { border-color: #3CDFBF; }
span { border-color: rgb(60,223,191); }
td.TdClassName
{
border-color: #3CDFBF;
}
.TagClassName
{
border-color: #3CDFBF;
}
</style>