Shades of Turquoise #3CDBE0
Tints of Turquoise #3CDBE0
RGB
CMYK
RGB Variations
Color information
#3CDBE0 (or 0x3CDBE0) is known color: Turquoise. HEX triplet: 3C, DB and E0. RGB value is (60,219,224). Sum of RGB (Red+Green+Blue) = 60+219+224=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #3CDBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBE0 is #C3241F. Grayscale: #ABABAB. Windows color (decimal): -12788768 or 14736188. OLE color: 14736188.
HSL color Cylindrical-coordinate representation of color #3CDBE0: hue angle of 181.83º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDBE0 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 219 | 224 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.12 |
| HSL | 181.83º | 0.73% | 0.56% | - |
| HSV(B) | 181.83º | 0.73% | 0.88% | - |
| XYZ | 40.65 | 57.01 | 79.38 | - |
| YUV | 172.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 224 | 0.73 | 0.02 | 0 | 0.12 | 181.83 | 0.73 | 0.56 |
| Hex | 3C | DB | E0 | 49 | 2 | 0 | C | B6 | 49 | 38 |
| Octal | 74 | 333 | 340 | 111 | 2 | 0 | 14 | 266 | 111 | 70 |
| Binary | 111100 | 11011011 | 11100000 | 1001001 | 10 | 0 | 1100 | 10110110 | 1001001 | 111000 |
Color Harmonies of #3CDBE0
Complementary color
Monochromatic Colors of #3CDBE0
Black with #3CDBE0
Text Example
Text Example
White with #3CDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBE0; }
p { color: rgb(60,219,224); }
H1.HeaderClassName
{
color: #3CDBE0;
}
.AnyTagClassName
{
color: #3CDBE0;
}
</style>
background-color css
<style>
a { background-color: #3CDBE0; }
a { background-color: rgb(60,219,224); }
div.DivClassName
{
background-color: #3CDBE0;
}
.BgClassName
{
background-color: #3CDBE0;
}
</style>
border-color css
<style>
span { border-color: #3CDBE0; }
span { border-color: rgb(60,219,224); }
td.TdClassName
{
border-color: #3CDBE0;
}
.TagClassName
{
border-color: #3CDBE0;
}
</style>