Shades of Turquoise #3CDBE6
Tints of Turquoise #3CDBE6
RGB
CMYK
RGB Variations
Color information
#3CDBE6 (or 0x3CDBE6) is known color: Turquoise. HEX triplet: 3C, DB and E6. RGB value is (60,219,230). Sum of RGB (Red+Green+Blue) = 60+219+230=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #3CDBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBE6 is #C32419. Grayscale: #ACACAC. Windows color (decimal): -12788762 or 15129404. OLE color: 15129404.
HSL color Cylindrical-coordinate representation of color #3CDBE6: hue angle of 183.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDBE6 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 219 | 230 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.10 |
| HSL | 183.88º | 0.77% | 0.57% | - |
| HSV(B) | 183.88º | 0.74% | 0.9% | - |
| XYZ | 41.48 | 57.34 | 83.74 | - |
| YUV | 172.71 | 160.32 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 230 | 0.74 | 0.05 | 0 | 0.10 | 183.88 | 0.77 | 0.57 |
| Hex | 3C | DB | E6 | 4A | 5 | 0 | A | B8 | 4D | 39 |
| Octal | 74 | 333 | 346 | 112 | 5 | 0 | 12 | 270 | 115 | 71 |
| Binary | 111100 | 11011011 | 11100110 | 1001010 | 101 | 0 | 1010 | 10111000 | 1001101 | 111001 |
Color Harmonies of #3CDBE6
Complementary color
Monochromatic Colors of #3CDBE6
Black with #3CDBE6
Text Example
Text Example
White with #3CDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBE6; }
p { color: rgb(60,219,230); }
H1.HeaderClassName
{
color: #3CDBE6;
}
.AnyTagClassName
{
color: #3CDBE6;
}
</style>
background-color css
<style>
a { background-color: #3CDBE6; }
a { background-color: rgb(60,219,230); }
div.DivClassName
{
background-color: #3CDBE6;
}
.BgClassName
{
background-color: #3CDBE6;
}
</style>
border-color css
<style>
span { border-color: #3CDBE6; }
span { border-color: rgb(60,219,230); }
td.TdClassName
{
border-color: #3CDBE6;
}
.TagClassName
{
border-color: #3CDBE6;
}
</style>