Shades of Turquoise #3CDBCA
Tints of Turquoise #3CDBCA
RGB
CMYK
RGB Variations
Color information
#3CDBCA (or 0x3CDBCA) is known color: Turquoise. HEX triplet: 3C, DB and CA. RGB value is (60,219,202). Sum of RGB (Red+Green+Blue) = 60+219+202=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBCA is #C32435. Grayscale: #A9A9A9. Windows color (decimal): -12788790 or 13294396. OLE color: 13294396.
HSL color Cylindrical-coordinate representation of color #3CDBCA: hue angle of 173.58º 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 #3CDBCA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 202 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.14 |
| HSL | 173.58º | 0.69% | 0.55% | - |
| HSV(B) | 173.58º | 0.73% | 0.86% | - |
| XYZ | 37.86 | 55.89 | 64.67 | - |
| YUV | 169.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 202 | 0.73 | 0 | 0.08 | 0.14 | 173.58 | 0.69 | 0.55 |
| Hex | 3C | DB | CA | 49 | 0 | 8 | E | AE | 45 | 37 |
| Octal | 74 | 333 | 312 | 111 | 0 | 10 | 16 | 256 | 105 | 67 |
| Binary | 111100 | 11011011 | 11001010 | 1001001 | 0 | 1000 | 1110 | 10101110 | 1000101 | 110111 |
Color Harmonies of #3CDBCA
Complementary color
Monochromatic Colors of #3CDBCA
Black with #3CDBCA
Text Example
Text Example
White with #3CDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBCA; }
p { color: rgb(60,219,202); }
H1.HeaderClassName
{
color: #3CDBCA;
}
.AnyTagClassName
{
color: #3CDBCA;
}
</style>
background-color css
<style>
a { background-color: #3CDBCA; }
a { background-color: rgb(60,219,202); }
div.DivClassName
{
background-color: #3CDBCA;
}
.BgClassName
{
background-color: #3CDBCA;
}
</style>
border-color css
<style>
span { border-color: #3CDBCA; }
span { border-color: rgb(60,219,202); }
td.TdClassName
{
border-color: #3CDBCA;
}
.TagClassName
{
border-color: #3CDBCA;
}
</style>