Shades of Turquoise #3FF4DF
Tints of Turquoise #3FF4DF
RGB
CMYK
RGB Variations
Color information
#3FF4DF (or 0x3FF4DF) is known color: Turquoise. HEX triplet: 3F, F4 and DF. RGB value is (63,244,223). Sum of RGB (Red+Green+Blue) = 63+244+223=530 (70% of max value = 765). Red value is 63 (25% from 255 or 11.89% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF4DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF4DF is #C00B20. Grayscale: #BBBBBB. Windows color (decimal): -12585761 or 14677055. OLE color: 14677055.
HSL color Cylindrical-coordinate representation of color #3FF4DF: hue angle of 173.04º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF4DF is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 223 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.04 |
| HSL | 173.04º | 0.89% | 0.6% | - |
| HSV(B) | 173.04º | 0.74% | 0.96% | - |
| XYZ | 47.72 | 71.09 | 81.02 | - |
| YUV | 187.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 223 | 0.74 | 0 | 0.09 | 0.04 | 173.04 | 0.89 | 0.6 |
| Hex | 3F | F4 | DF | 4A | 0 | 9 | 4 | AD | 59 | 3C |
| Octal | 77 | 364 | 337 | 112 | 0 | 11 | 4 | 255 | 131 | 74 |
| Binary | 111111 | 11110100 | 11011111 | 1001010 | 0 | 1001 | 100 | 10101101 | 1011001 | 111100 |
Color Harmonies of #3FF4DF
Complementary color
Monochromatic Colors of #3FF4DF
Black with #3FF4DF
Text Example
Text Example
White with #3FF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF4DF; }
p { color: rgb(63,244,223); }
H1.HeaderClassName
{
color: #3FF4DF;
}
.AnyTagClassName
{
color: #3FF4DF;
}
</style>
background-color css
<style>
a { background-color: #3FF4DF; }
a { background-color: rgb(63,244,223); }
div.DivClassName
{
background-color: #3FF4DF;
}
.BgClassName
{
background-color: #3FF4DF;
}
</style>
border-color css
<style>
span { border-color: #3FF4DF; }
span { border-color: rgb(63,244,223); }
td.TdClassName
{
border-color: #3FF4DF;
}
.TagClassName
{
border-color: #3FF4DF;
}
</style>