Shades of Turquoise #3CDBD3
Tints of Turquoise #3CDBD3
RGB
CMYK
RGB Variations
Color information
#3CDBD3 (or 0x3CDBD3) is known color: Turquoise. HEX triplet: 3C, DB and D3. RGB value is (60,219,211). Sum of RGB (Red+Green+Blue) = 60+219+211=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBD3 is #C3242C. Grayscale: #AAAAAA. Windows color (decimal): -12788781 or 13884220. OLE color: 13884220.
HSL color Cylindrical-coordinate representation of color #3CDBD3: hue angle of 176.98º 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 #3CDBD3 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 211 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.14 |
| HSL | 176.98º | 0.69% | 0.55% | - |
| HSV(B) | 176.98º | 0.73% | 0.86% | - |
| XYZ | 38.95 | 56.33 | 70.45 | - |
| YUV | 170.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 211 | 0.73 | 0 | 0.04 | 0.14 | 176.98 | 0.69 | 0.55 |
| Hex | 3C | DB | D3 | 49 | 0 | 4 | E | B1 | 45 | 37 |
| Octal | 74 | 333 | 323 | 111 | 0 | 4 | 16 | 261 | 105 | 67 |
| Binary | 111100 | 11011011 | 11010011 | 1001001 | 0 | 100 | 1110 | 10110001 | 1000101 | 110111 |
Color Harmonies of #3CDBD3
Complementary color
Monochromatic Colors of #3CDBD3
Black with #3CDBD3
Text Example
Text Example
White with #3CDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBD3; }
p { color: rgb(60,219,211); }
H1.HeaderClassName
{
color: #3CDBD3;
}
.AnyTagClassName
{
color: #3CDBD3;
}
</style>
background-color css
<style>
a { background-color: #3CDBD3; }
a { background-color: rgb(60,219,211); }
div.DivClassName
{
background-color: #3CDBD3;
}
.BgClassName
{
background-color: #3CDBD3;
}
</style>
border-color css
<style>
span { border-color: #3CDBD3; }
span { border-color: rgb(60,219,211); }
td.TdClassName
{
border-color: #3CDBD3;
}
.TagClassName
{
border-color: #3CDBD3;
}
</style>