Shades of Turquoise #3CDBCB
Tints of Turquoise #3CDBCB
RGB
CMYK
RGB Variations
Color information
#3CDBCB (or 0x3CDBCB) is known color: Turquoise. HEX triplet: 3C, DB and CB. RGB value is (60,219,203). Sum of RGB (Red+Green+Blue) = 60+219+203=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBCB is #C32434. Grayscale: #A9A9A9. Windows color (decimal): -12788789 or 13359932. OLE color: 13359932.
HSL color Cylindrical-coordinate representation of color #3CDBCB: hue angle of 173.96º 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 #3CDBCB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 203 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.14 |
| HSL | 173.96º | 0.69% | 0.55% | - |
| HSV(B) | 173.96º | 0.73% | 0.86% | - |
| XYZ | 37.97 | 55.94 | 65.3 | - |
| YUV | 169.64 | 146.82 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 203 | 0.73 | 0 | 0.07 | 0.14 | 173.96 | 0.69 | 0.55 |
| Hex | 3C | DB | CB | 49 | 0 | 7 | E | AE | 45 | 37 |
| Octal | 74 | 333 | 313 | 111 | 0 | 7 | 16 | 256 | 105 | 67 |
| Binary | 111100 | 11011011 | 11001011 | 1001001 | 0 | 111 | 1110 | 10101110 | 1000101 | 110111 |
Color Harmonies of #3CDBCB
Complementary color
Monochromatic Colors of #3CDBCB
Black with #3CDBCB
Text Example
Text Example
White with #3CDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBCB; }
p { color: rgb(60,219,203); }
H1.HeaderClassName
{
color: #3CDBCB;
}
.AnyTagClassName
{
color: #3CDBCB;
}
</style>
background-color css
<style>
a { background-color: #3CDBCB; }
a { background-color: rgb(60,219,203); }
div.DivClassName
{
background-color: #3CDBCB;
}
.BgClassName
{
background-color: #3CDBCB;
}
</style>
border-color css
<style>
span { border-color: #3CDBCB; }
span { border-color: rgb(60,219,203); }
td.TdClassName
{
border-color: #3CDBCB;
}
.TagClassName
{
border-color: #3CDBCB;
}
</style>