Shades of Turquoise #3CDDEF
Tints of Turquoise #3CDDEF
RGB
CMYK
RGB Variations
Color information
#3CDDEF (or 0x3CDDEF) is known color: Turquoise. HEX triplet: 3C, DD and EF. RGB value is (60,221,239). Sum of RGB (Red+Green+Blue) = 60+221+239=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDDEF is #C32210. Grayscale: #AEAEAE. Windows color (decimal): -12788241 or 15719740. OLE color: 15719740.
HSL color Cylindrical-coordinate representation of color #3CDDEF: hue angle of 186.03º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDDEF is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 221 | 239 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.06 |
| HSL | 186.03º | 0.85% | 0.59% | - |
| HSV(B) | 186.03º | 0.75% | 0.94% | - |
| XYZ | 43.3 | 58.91 | 90.75 | - |
| YUV | 174.91 | 164.16 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 239 | 0.75 | 0.08 | 0 | 0.06 | 186.03 | 0.85 | 0.59 |
| Hex | 3C | DD | EF | 4B | 8 | 0 | 6 | BA | 55 | 3B |
| Octal | 74 | 335 | 357 | 113 | 10 | 0 | 6 | 272 | 125 | 73 |
| Binary | 111100 | 11011101 | 11101111 | 1001011 | 1000 | 0 | 110 | 10111010 | 1010101 | 111011 |
Color Harmonies of #3CDDEF
Complementary color
Monochromatic Colors of #3CDDEF
Black with #3CDDEF
Text Example
Text Example
White with #3CDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDEF; }
p { color: rgb(60,221,239); }
H1.HeaderClassName
{
color: #3CDDEF;
}
.AnyTagClassName
{
color: #3CDDEF;
}
</style>
background-color css
<style>
a { background-color: #3CDDEF; }
a { background-color: rgb(60,221,239); }
div.DivClassName
{
background-color: #3CDDEF;
}
.BgClassName
{
background-color: #3CDDEF;
}
</style>
border-color css
<style>
span { border-color: #3CDDEF; }
span { border-color: rgb(60,221,239); }
td.TdClassName
{
border-color: #3CDDEF;
}
.TagClassName
{
border-color: #3CDDEF;
}
</style>