Shades of Turquoise #3FD9DF
Tints of Turquoise #3FD9DF
RGB
CMYK
RGB Variations
Color information
#3FD9DF (or 0x3FD9DF) is known color: Turquoise. HEX triplet: 3F, D9 and DF. RGB value is (63,217,223). Sum of RGB (Red+Green+Blue) = 63+217+223=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FD9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD9DF is #C02620. Grayscale: #ABABAB. Windows color (decimal): -12592673 or 14670143. OLE color: 14670143.
HSL color Cylindrical-coordinate representation of color #3FD9DF: hue angle of 182.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD9DF is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 217 | 223 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.13 |
| HSL | 182.25º | 0.71% | 0.56% | - |
| HSV(B) | 182.25º | 0.72% | 0.87% | - |
| XYZ | 40.18 | 56.01 | 78.51 | - |
| YUV | 171.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 223 | 0.72 | 0.03 | 0 | 0.13 | 182.25 | 0.71 | 0.56 |
| Hex | 3F | D9 | DF | 48 | 3 | 0 | D | B6 | 47 | 38 |
| Octal | 77 | 331 | 337 | 110 | 3 | 0 | 15 | 266 | 107 | 70 |
| Binary | 111111 | 11011001 | 11011111 | 1001000 | 11 | 0 | 1101 | 10110110 | 1000111 | 111000 |
Color Harmonies of #3FD9DF
Complementary color
Monochromatic Colors of #3FD9DF
Black with #3FD9DF
Text Example
Text Example
White with #3FD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD9DF; }
p { color: rgb(63,217,223); }
H1.HeaderClassName
{
color: #3FD9DF;
}
.AnyTagClassName
{
color: #3FD9DF;
}
</style>
background-color css
<style>
a { background-color: #3FD9DF; }
a { background-color: rgb(63,217,223); }
div.DivClassName
{
background-color: #3FD9DF;
}
.BgClassName
{
background-color: #3FD9DF;
}
</style>
border-color css
<style>
span { border-color: #3FD9DF; }
span { border-color: rgb(63,217,223); }
td.TdClassName
{
border-color: #3FD9DF;
}
.TagClassName
{
border-color: #3FD9DF;
}
</style>