Shades of Turquoise #3FF5DF
Tints of Turquoise #3FF5DF
RGB
CMYK
RGB Variations
Color information
#3FF5DF (or 0x3FF5DF) is known color: Turquoise. HEX triplet: 3F, F5 and DF. RGB value is (63,245,223). Sum of RGB (Red+Green+Blue) = 63+245+223=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF5DF is #C00A20. Grayscale: #BBBBBB. Windows color (decimal): -12585505 or 14677311. OLE color: 14677311.
HSL color Cylindrical-coordinate representation of color #3FF5DF: hue angle of 172.75º degrees, saturation: 0.9, 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 #3FF5DF is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 223 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.04 |
| HSL | 172.75º | 0.9% | 0.6% | - |
| HSV(B) | 172.75º | 0.74% | 0.96% | - |
| XYZ | 48.02 | 71.69 | 81.12 | - |
| YUV | 188.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 223 | 0.74 | 0 | 0.09 | 0.04 | 172.75 | 0.9 | 0.6 |
| Hex | 3F | F5 | DF | 4A | 0 | 9 | 4 | AD | 5A | 3C |
| Octal | 77 | 365 | 337 | 112 | 0 | 11 | 4 | 255 | 132 | 74 |
| Binary | 111111 | 11110101 | 11011111 | 1001010 | 0 | 1001 | 100 | 10101101 | 1011010 | 111100 |
Color Harmonies of #3FF5DF
Complementary color
Monochromatic Colors of #3FF5DF
Black with #3FF5DF
Text Example
Text Example
White with #3FF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF5DF; }
p { color: rgb(63,245,223); }
H1.HeaderClassName
{
color: #3FF5DF;
}
.AnyTagClassName
{
color: #3FF5DF;
}
</style>
background-color css
<style>
a { background-color: #3FF5DF; }
a { background-color: rgb(63,245,223); }
div.DivClassName
{
background-color: #3FF5DF;
}
.BgClassName
{
background-color: #3FF5DF;
}
</style>
border-color css
<style>
span { border-color: #3FF5DF; }
span { border-color: rgb(63,245,223); }
td.TdClassName
{
border-color: #3FF5DF;
}
.TagClassName
{
border-color: #3FF5DF;
}
</style>