Shades of Turquoise #3CDDE0
Tints of Turquoise #3CDDE0
RGB
CMYK
RGB Variations
Color information
#3CDDE0 (or 0x3CDDE0) is known color: Turquoise. HEX triplet: 3C, DD and E0. RGB value is (60,221,224). Sum of RGB (Red+Green+Blue) = 60+221+224=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #3CDDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDE0 is #C3221F. Grayscale: #ADADAD. Windows color (decimal): -12788256 or 14736700. OLE color: 14736700.
HSL color Cylindrical-coordinate representation of color #3CDDE0: hue angle of 181.1º 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 #3CDDE0 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 221 | 224 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.12 |
| HSL | 181.1º | 0.73% | 0.56% | - |
| HSV(B) | 181.1º | 0.73% | 0.88% | - |
| XYZ | 41.17 | 58.06 | 79.56 | - |
| YUV | 173.2 | 156.66 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 224 | 0.73 | 0.01 | 0 | 0.12 | 181.1 | 0.73 | 0.56 |
| Hex | 3C | DD | E0 | 49 | 1 | 0 | C | B5 | 49 | 38 |
| Octal | 74 | 335 | 340 | 111 | 1 | 0 | 14 | 265 | 111 | 70 |
| Binary | 111100 | 11011101 | 11100000 | 1001001 | 1 | 0 | 1100 | 10110101 | 1001001 | 111000 |
Color Harmonies of #3CDDE0
Complementary color
Monochromatic Colors of #3CDDE0
Black with #3CDDE0
Text Example
Text Example
White with #3CDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDE0; }
p { color: rgb(60,221,224); }
H1.HeaderClassName
{
color: #3CDDE0;
}
.AnyTagClassName
{
color: #3CDDE0;
}
</style>
background-color css
<style>
a { background-color: #3CDDE0; }
a { background-color: rgb(60,221,224); }
div.DivClassName
{
background-color: #3CDDE0;
}
.BgClassName
{
background-color: #3CDDE0;
}
</style>
border-color css
<style>
span { border-color: #3CDDE0; }
span { border-color: rgb(60,221,224); }
td.TdClassName
{
border-color: #3CDDE0;
}
.TagClassName
{
border-color: #3CDDE0;
}
</style>