Shades of Turquoise #3CDBD4
Tints of Turquoise #3CDBD4
RGB
CMYK
RGB Variations
Color information
#3CDBD4 (or 0x3CDBD4) is known color: Turquoise. HEX triplet: 3C, DB and D4. RGB value is (60,219,212). Sum of RGB (Red+Green+Blue) = 60+219+212=491 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.22% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBD4 is #C3242B. Grayscale: #AAAAAA. Windows color (decimal): -12788780 or 13949756. OLE color: 13949756.
HSL color Cylindrical-coordinate representation of color #3CDBD4: hue angle of 177.36º 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 #3CDBD4 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 212 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.14 |
| HSL | 177.36º | 0.69% | 0.55% | - |
| HSV(B) | 177.36º | 0.73% | 0.86% | - |
| XYZ | 39.08 | 56.38 | 71.11 | - |
| YUV | 170.66 | 151.32 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 212 | 0.73 | 0 | 0.03 | 0.14 | 177.36 | 0.69 | 0.55 |
| Hex | 3C | DB | D4 | 49 | 0 | 3 | E | B1 | 45 | 37 |
| Octal | 74 | 333 | 324 | 111 | 0 | 3 | 16 | 261 | 105 | 67 |
| Binary | 111100 | 11011011 | 11010100 | 1001001 | 0 | 11 | 1110 | 10110001 | 1000101 | 110111 |
Color Harmonies of #3CDBD4
Complementary color
Monochromatic Colors of #3CDBD4
Black with #3CDBD4
Text Example
Text Example
White with #3CDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBD4; }
p { color: rgb(60,219,212); }
H1.HeaderClassName
{
color: #3CDBD4;
}
.AnyTagClassName
{
color: #3CDBD4;
}
</style>
background-color css
<style>
a { background-color: #3CDBD4; }
a { background-color: rgb(60,219,212); }
div.DivClassName
{
background-color: #3CDBD4;
}
.BgClassName
{
background-color: #3CDBD4;
}
</style>
border-color css
<style>
span { border-color: #3CDBD4; }
span { border-color: rgb(60,219,212); }
td.TdClassName
{
border-color: #3CDBD4;
}
.TagClassName
{
border-color: #3CDBD4;
}
</style>