Shades of Turquoise #3FDFB7
Tints of Turquoise #3FDFB7
RGB
CMYK
RGB Variations
Color information
#3FDFB7 (or 0x3FDFB7) is known color: Turquoise. HEX triplet: 3F, DF and B7. RGB value is (63,223,183). Sum of RGB (Red+Green+Blue) = 63+223+183=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFB7 is #C02048. Grayscale: #AAAAAA. Windows color (decimal): -12591177 or 12050239. OLE color: 12050239.
HSL color Cylindrical-coordinate representation of color #3FDFB7: hue angle of 165º 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 #3FDFB7 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 63 | 223 | 183 | - |
CMYK | 0.72 | 0 | 0.18 | 0.13 |
HSL | 165º | 0.71% | 0.56% | - |
HSV(B) | 165º | 0.72% | 0.87% | - |
XYZ | 36.98 | 57.25 | 53.9 | - |
YUV | 170.6 | 134.99 | 51.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 223 | 183 | 0.72 | 0 | 0.18 | 0.13 | 165 | 0.71 | 0.56 |
Hex | 3F | DF | B7 | 48 | 0 | 12 | D | A5 | 47 | 38 |
Octal | 77 | 337 | 267 | 110 | 0 | 22 | 15 | 245 | 107 | 70 |
Binary | 111111 | 11011111 | 10110111 | 1001000 | 0 | 10010 | 1101 | 10100101 | 1000111 | 111000 |
Color Harmonies of #3FDFB7
Complementary color
Monochromatic Colors of #3FDFB7
Black with #3FDFB7
Text Example
Text Example
White with #3FDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFB7; }
p { color: rgb(63,223,183); }
H1.HeaderClassName
{
color: #3FDFB7;
}
.AnyTagClassName
{
color: #3FDFB7;
}
</style>
background-color css
<style>
a { background-color: #3FDFB7; }
a { background-color: rgb(63,223,183); }
div.DivClassName
{
background-color: #3FDFB7;
}
.BgClassName
{
background-color: #3FDFB7;
}
</style>
border-color css
<style>
span { border-color: #3FDFB7; }
span { border-color: rgb(63,223,183); }
td.TdClassName
{
border-color: #3FDFB7;
}
.TagClassName
{
border-color: #3FDFB7;
}
</style>