Shades of Turquoise #3CEDDB
Tints of Turquoise #3CEDDB
RGB
CMYK
RGB Variations
Color information
#3CEDDB (or 0x3CEDDB) is known color: Turquoise. HEX triplet: 3C, ED and DB. RGB value is (60,237,219). Sum of RGB (Red+Green+Blue) = 60+237+219=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDDB is #C31224. Grayscale: #B5B5B5. Windows color (decimal): -12784165 or 14413116. OLE color: 14413116.
HSL color Cylindrical-coordinate representation of color #3CEDDB: hue angle of 173.9º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDDB is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 219 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.07 |
| HSL | 173.9º | 0.83% | 0.58% | - |
| HSV(B) | 173.9º | 0.75% | 0.93% | - |
| XYZ | 44.93 | 66.64 | 77.51 | - |
| YUV | 182.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 219 | 0.75 | 0 | 0.08 | 0.07 | 173.9 | 0.83 | 0.58 |
| Hex | 3C | ED | DB | 4B | 0 | 8 | 7 | AE | 53 | 3A |
| Octal | 74 | 355 | 333 | 113 | 0 | 10 | 7 | 256 | 123 | 72 |
| Binary | 111100 | 11101101 | 11011011 | 1001011 | 0 | 1000 | 111 | 10101110 | 1010011 | 111010 |
Color Harmonies of #3CEDDB
Complementary color
Monochromatic Colors of #3CEDDB
Black with #3CEDDB
Text Example
Text Example
White with #3CEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDDB; }
p { color: rgb(60,237,219); }
H1.HeaderClassName
{
color: #3CEDDB;
}
.AnyTagClassName
{
color: #3CEDDB;
}
</style>
background-color css
<style>
a { background-color: #3CEDDB; }
a { background-color: rgb(60,237,219); }
div.DivClassName
{
background-color: #3CEDDB;
}
.BgClassName
{
background-color: #3CEDDB;
}
</style>
border-color css
<style>
span { border-color: #3CEDDB; }
span { border-color: rgb(60,237,219); }
td.TdClassName
{
border-color: #3CEDDB;
}
.TagClassName
{
border-color: #3CEDDB;
}
</style>