Shades of Turquoise #3CF1DD
Tints of Turquoise #3CF1DD
RGB
CMYK
RGB Variations
Color information
#3CF1DD (or 0x3CF1DD) is known color: Turquoise. HEX triplet: 3C, F1 and DD. RGB value is (60,241,221). Sum of RGB (Red+Green+Blue) = 60+241+221=522 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.49% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1DD is #C30E22. Grayscale: #B8B8B8. Windows color (decimal): -12783139 or 14545212. OLE color: 14545212.
HSL color Cylindrical-coordinate representation of color #3CF1DD: hue angle of 173.37º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1DD is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 221 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.05 |
| HSL | 173.37º | 0.87% | 0.59% | - |
| HSV(B) | 173.37º | 0.75% | 0.95% | - |
| XYZ | 46.37 | 69.09 | 79.3 | - |
| YUV | 184.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 221 | 0.75 | 0 | 0.08 | 0.05 | 173.37 | 0.87 | 0.59 |
| Hex | 3C | F1 | DD | 4B | 0 | 8 | 5 | AD | 57 | 3B |
| Octal | 74 | 361 | 335 | 113 | 0 | 10 | 5 | 255 | 127 | 73 |
| Binary | 111100 | 11110001 | 11011101 | 1001011 | 0 | 1000 | 101 | 10101101 | 1010111 | 111011 |
Color Harmonies of #3CF1DD
Complementary color
Monochromatic Colors of #3CF1DD
Black with #3CF1DD
Text Example
Text Example
White with #3CF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1DD; }
p { color: rgb(60,241,221); }
H1.HeaderClassName
{
color: #3CF1DD;
}
.AnyTagClassName
{
color: #3CF1DD;
}
</style>
background-color css
<style>
a { background-color: #3CF1DD; }
a { background-color: rgb(60,241,221); }
div.DivClassName
{
background-color: #3CF1DD;
}
.BgClassName
{
background-color: #3CF1DD;
}
</style>
border-color css
<style>
span { border-color: #3CF1DD; }
span { border-color: rgb(60,241,221); }
td.TdClassName
{
border-color: #3CF1DD;
}
.TagClassName
{
border-color: #3CF1DD;
}
</style>