Shades of Turquoise #3CDBDB
Tints of Turquoise #3CDBDB
RGB
CMYK
RGB Variations
Color information
#3CDBDB (or 0x3CDBDB) is known color: Turquoise. HEX triplet: 3C, DB and DB. RGB value is (60,219,219). Sum of RGB (Red+Green+Blue) = 60+219+219=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #3CDBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBDB is #C32424. Grayscale: #ABABAB. Windows color (decimal): -12788773 or 14408508. OLE color: 14408508.
HSL color Cylindrical-coordinate representation of color #3CDBDB: hue angle of 180º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDBDB is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 219 | - |
| CMYK | 0.73 | 0 | 0 | 0.14 |
| HSL | 180º | 0.69% | 0.55% | - |
| HSV(B) | 180º | 0.73% | 0.86% | - |
| XYZ | 39.98 | 56.74 | 75.86 | - |
| YUV | 171.46 | 154.82 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 219 | 0.73 | 0 | 0 | 0.14 | 180 | 0.69 | 0.55 |
| Hex | 3C | DB | DB | 49 | 0 | 0 | E | B4 | 45 | 37 |
| Octal | 74 | 333 | 333 | 111 | 0 | 0 | 16 | 264 | 105 | 67 |
| Binary | 111100 | 11011011 | 11011011 | 1001001 | 0 | 0 | 1110 | 10110100 | 1000101 | 110111 |
Color Harmonies of #3CDBDB
Complementary color
Monochromatic Colors of #3CDBDB
Black with #3CDBDB
Text Example
Text Example
White with #3CDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBDB; }
p { color: rgb(60,219,219); }
H1.HeaderClassName
{
color: #3CDBDB;
}
.AnyTagClassName
{
color: #3CDBDB;
}
</style>
background-color css
<style>
a { background-color: #3CDBDB; }
a { background-color: rgb(60,219,219); }
div.DivClassName
{
background-color: #3CDBDB;
}
.BgClassName
{
background-color: #3CDBDB;
}
</style>
border-color css
<style>
span { border-color: #3CDBDB; }
span { border-color: rgb(60,219,219); }
td.TdClassName
{
border-color: #3CDBDB;
}
.TagClassName
{
border-color: #3CDBDB;
}
</style>