Shades of Turquoise #3CF4DF
Tints of Turquoise #3CF4DF
RGB
CMYK
RGB Variations
Color information
#3CF4DF (or 0x3CF4DF) is known color: Turquoise. HEX triplet: 3C, F4 and DF. RGB value is (60,244,223). Sum of RGB (Red+Green+Blue) = 60+244+223=527 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.39% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF4DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF4DF is #C30B20. Grayscale: #BABABA. Windows color (decimal): -12782369 or 14677052. OLE color: 14677052.
HSL color Cylindrical-coordinate representation of color #3CF4DF: hue angle of 173.15º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF4DF is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 223 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.04 |
| HSL | 173.15º | 0.89% | 0.6% | - |
| HSV(B) | 173.15º | 0.75% | 0.96% | - |
| XYZ | 47.53 | 70.99 | 81.01 | - |
| YUV | 186.59 | 148.54 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 223 | 0.75 | 0 | 0.09 | 0.04 | 173.15 | 0.89 | 0.6 |
| Hex | 3C | F4 | DF | 4B | 0 | 9 | 4 | AD | 59 | 3C |
| Octal | 74 | 364 | 337 | 113 | 0 | 11 | 4 | 255 | 131 | 74 |
| Binary | 111100 | 11110100 | 11011111 | 1001011 | 0 | 1001 | 100 | 10101101 | 1011001 | 111100 |
Color Harmonies of #3CF4DF
Complementary color
Monochromatic Colors of #3CF4DF
Black with #3CF4DF
Text Example
Text Example
White with #3CF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF4DF; }
p { color: rgb(60,244,223); }
H1.HeaderClassName
{
color: #3CF4DF;
}
.AnyTagClassName
{
color: #3CF4DF;
}
</style>
background-color css
<style>
a { background-color: #3CF4DF; }
a { background-color: rgb(60,244,223); }
div.DivClassName
{
background-color: #3CF4DF;
}
.BgClassName
{
background-color: #3CF4DF;
}
</style>
border-color css
<style>
span { border-color: #3CF4DF; }
span { border-color: rgb(60,244,223); }
td.TdClassName
{
border-color: #3CF4DF;
}
.TagClassName
{
border-color: #3CF4DF;
}
</style>