Shades of Turquoise #3CF3DF
Tints of Turquoise #3CF3DF
RGB
CMYK
RGB Variations
Color information
#3CF3DF (or 0x3CF3DF) is known color: Turquoise. HEX triplet: 3C, F3 and DF. RGB value is (60,243,223). Sum of RGB (Red+Green+Blue) = 60+243+223=526 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.41% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF3DF is #C30C20. Grayscale: #B9B9B9. Windows color (decimal): -12782625 or 14676796. OLE color: 14676796.
HSL color Cylindrical-coordinate representation of color #3CF3DF: hue angle of 173.44º degrees, saturation: 0.88, 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 #3CF3DF is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 223 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.05 |
| HSL | 173.44º | 0.88% | 0.59% | - |
| HSV(B) | 173.44º | 0.75% | 0.95% | - |
| XYZ | 47.23 | 70.39 | 80.91 | - |
| YUV | 186 | 148.87 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 223 | 0.75 | 0 | 0.08 | 0.05 | 173.44 | 0.88 | 0.59 |
| Hex | 3C | F3 | DF | 4B | 0 | 8 | 5 | AD | 58 | 3B |
| Octal | 74 | 363 | 337 | 113 | 0 | 10 | 5 | 255 | 130 | 73 |
| Binary | 111100 | 11110011 | 11011111 | 1001011 | 0 | 1000 | 101 | 10101101 | 1011000 | 111011 |
Color Harmonies of #3CF3DF
Complementary color
Monochromatic Colors of #3CF3DF
Black with #3CF3DF
Text Example
Text Example
White with #3CF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF3DF; }
p { color: rgb(60,243,223); }
H1.HeaderClassName
{
color: #3CF3DF;
}
.AnyTagClassName
{
color: #3CF3DF;
}
</style>
background-color css
<style>
a { background-color: #3CF3DF; }
a { background-color: rgb(60,243,223); }
div.DivClassName
{
background-color: #3CF3DF;
}
.BgClassName
{
background-color: #3CF3DF;
}
</style>
border-color css
<style>
span { border-color: #3CF3DF; }
span { border-color: rgb(60,243,223); }
td.TdClassName
{
border-color: #3CF3DF;
}
.TagClassName
{
border-color: #3CF3DF;
}
</style>