Shades of Turquoise #3CDBE9
Tints of Turquoise #3CDBE9
RGB
CMYK
RGB Variations
Color information
#3CDBE9 (or 0x3CDBE9) is known color: Turquoise. HEX triplet: 3C, DB and E9. RGB value is (60,219,233). Sum of RGB (Red+Green+Blue) = 60+219+233=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #3CDBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBE9 is #C32416. Grayscale: #ACACAC. Windows color (decimal): -12788759 or 15326012. OLE color: 15326012.
HSL color Cylindrical-coordinate representation of color #3CDBE9: hue angle of 184.86º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDBE9 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 219 | 233 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.09 |
| HSL | 184.86º | 0.8% | 0.57% | - |
| HSV(B) | 184.86º | 0.74% | 0.91% | - |
| XYZ | 41.9 | 57.51 | 85.98 | - |
| YUV | 173.06 | 161.82 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 233 | 0.74 | 0.06 | 0 | 0.09 | 184.86 | 0.8 | 0.57 |
| Hex | 3C | DB | E9 | 4A | 6 | 0 | 9 | B9 | 50 | 39 |
| Octal | 74 | 333 | 351 | 112 | 6 | 0 | 11 | 271 | 120 | 71 |
| Binary | 111100 | 11011011 | 11101001 | 1001010 | 110 | 0 | 1001 | 10111001 | 1010000 | 111001 |
Color Harmonies of #3CDBE9
Complementary color
Monochromatic Colors of #3CDBE9
Black with #3CDBE9
Text Example
Text Example
White with #3CDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBE9; }
p { color: rgb(60,219,233); }
H1.HeaderClassName
{
color: #3CDBE9;
}
.AnyTagClassName
{
color: #3CDBE9;
}
</style>
background-color css
<style>
a { background-color: #3CDBE9; }
a { background-color: rgb(60,219,233); }
div.DivClassName
{
background-color: #3CDBE9;
}
.BgClassName
{
background-color: #3CDBE9;
}
</style>
border-color css
<style>
span { border-color: #3CDBE9; }
span { border-color: rgb(60,219,233); }
td.TdClassName
{
border-color: #3CDBE9;
}
.TagClassName
{
border-color: #3CDBE9;
}
</style>