Shades of Turquoise #3CF0DD
Tints of Turquoise #3CF0DD
RGB
CMYK
RGB Variations
Color information
#3CF0DD (or 0x3CF0DD) is known color: Turquoise. HEX triplet: 3C, F0 and DD. RGB value is (60,240,221). Sum of RGB (Red+Green+Blue) = 60+240+221=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF0DD is #C30F22. Grayscale: #B7B7B7. Windows color (decimal): -12783395 or 14544956. OLE color: 14544956.
HSL color Cylindrical-coordinate representation of color #3CF0DD: hue angle of 173.67º degrees, saturation: 0.86, 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 #3CF0DD is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 221 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.06 |
| HSL | 173.67º | 0.86% | 0.59% | - |
| HSV(B) | 173.67º | 0.75% | 0.94% | - |
| XYZ | 46.07 | 68.5 | 79.2 | - |
| YUV | 184.01 | 148.87 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 221 | 0.75 | 0 | 0.08 | 0.06 | 173.67 | 0.86 | 0.59 |
| Hex | 3C | F0 | DD | 4B | 0 | 8 | 6 | AE | 56 | 3B |
| Octal | 74 | 360 | 335 | 113 | 0 | 10 | 6 | 256 | 126 | 73 |
| Binary | 111100 | 11110000 | 11011101 | 1001011 | 0 | 1000 | 110 | 10101110 | 1010110 | 111011 |
Color Harmonies of #3CF0DD
Complementary color
Monochromatic Colors of #3CF0DD
Black with #3CF0DD
Text Example
Text Example
White with #3CF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF0DD; }
p { color: rgb(60,240,221); }
H1.HeaderClassName
{
color: #3CF0DD;
}
.AnyTagClassName
{
color: #3CF0DD;
}
</style>
background-color css
<style>
a { background-color: #3CF0DD; }
a { background-color: rgb(60,240,221); }
div.DivClassName
{
background-color: #3CF0DD;
}
.BgClassName
{
background-color: #3CF0DD;
}
</style>
border-color css
<style>
span { border-color: #3CF0DD; }
span { border-color: rgb(60,240,221); }
td.TdClassName
{
border-color: #3CF0DD;
}
.TagClassName
{
border-color: #3CF0DD;
}
</style>