Shades of Turquoise #3CDBBD
Tints of Turquoise #3CDBBD
RGB
CMYK
RGB Variations
Color information
#3CDBBD (or 0x3CDBBD) is known color: Turquoise. HEX triplet: 3C, DB and BD. RGB value is (60,219,189). Sum of RGB (Red+Green+Blue) = 60+219+189=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBBD is #C32442. Grayscale: #A7A7A7. Windows color (decimal): -12788803 or 12442428. OLE color: 12442428.
HSL color Cylindrical-coordinate representation of color #3CDBBD: hue angle of 168.68º 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 #3CDBBD is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 189 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.14 |
| HSL | 168.68º | 0.69% | 0.55% | - |
| HSV(B) | 168.68º | 0.73% | 0.86% | - |
| XYZ | 36.38 | 55.3 | 56.9 | - |
| YUV | 168.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 189 | 0.73 | 0 | 0.14 | 0.14 | 168.68 | 0.69 | 0.55 |
| Hex | 3C | DB | BD | 49 | 0 | E | E | A9 | 45 | 37 |
| Octal | 74 | 333 | 275 | 111 | 0 | 16 | 16 | 251 | 105 | 67 |
| Binary | 111100 | 11011011 | 10111101 | 1001001 | 0 | 1110 | 1110 | 10101001 | 1000101 | 110111 |
Color Harmonies of #3CDBBD
Complementary color
Monochromatic Colors of #3CDBBD
Black with #3CDBBD
Text Example
Text Example
White with #3CDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBBD; }
p { color: rgb(60,219,189); }
H1.HeaderClassName
{
color: #3CDBBD;
}
.AnyTagClassName
{
color: #3CDBBD;
}
</style>
background-color css
<style>
a { background-color: #3CDBBD; }
a { background-color: rgb(60,219,189); }
div.DivClassName
{
background-color: #3CDBBD;
}
.BgClassName
{
background-color: #3CDBBD;
}
</style>
border-color css
<style>
span { border-color: #3CDBBD; }
span { border-color: rgb(60,219,189); }
td.TdClassName
{
border-color: #3CDBBD;
}
.TagClassName
{
border-color: #3CDBBD;
}
</style>