Shades of Turquoise #3CDFDB
Tints of Turquoise #3CDFDB
RGB
CMYK
RGB Variations
Color information
#3CDFDB (or 0x3CDFDB) is known color: Turquoise. HEX triplet: 3C, DF and DB. RGB value is (60,223,219). Sum of RGB (Red+Green+Blue) = 60+223+219=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFDB is #C32024. Grayscale: #ADADAD. Windows color (decimal): -12787749 or 14409532. OLE color: 14409532.
HSL color Cylindrical-coordinate representation of color #3CDFDB: hue angle of 178.53º 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 #3CDFDB is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 219 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.13 |
| HSL | 178.53º | 0.72% | 0.55% | - |
| HSV(B) | 178.53º | 0.73% | 0.87% | - |
| XYZ | 41.04 | 58.85 | 76.21 | - |
| YUV | 173.81 | 153.5 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 219 | 0.73 | 0 | 0.02 | 0.13 | 178.53 | 0.72 | 0.55 |
| Hex | 3C | DF | DB | 49 | 0 | 2 | D | B3 | 48 | 37 |
| Octal | 74 | 337 | 333 | 111 | 0 | 2 | 15 | 263 | 110 | 67 |
| Binary | 111100 | 11011111 | 11011011 | 1001001 | 0 | 10 | 1101 | 10110011 | 1001000 | 110111 |
Color Harmonies of #3CDFDB
Complementary color
Monochromatic Colors of #3CDFDB
Black with #3CDFDB
Text Example
Text Example
White with #3CDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFDB; }
p { color: rgb(60,223,219); }
H1.HeaderClassName
{
color: #3CDFDB;
}
.AnyTagClassName
{
color: #3CDFDB;
}
</style>
background-color css
<style>
a { background-color: #3CDFDB; }
a { background-color: rgb(60,223,219); }
div.DivClassName
{
background-color: #3CDFDB;
}
.BgClassName
{
background-color: #3CDFDB;
}
</style>
border-color css
<style>
span { border-color: #3CDFDB; }
span { border-color: rgb(60,223,219); }
td.TdClassName
{
border-color: #3CDFDB;
}
.TagClassName
{
border-color: #3CDFDB;
}
</style>