Shades of Turquoise #3FD8C9
Tints of Turquoise #3FD8C9
RGB
CMYK
RGB Variations
Color information
#3FD8C9 (or 0x3FD8C9) is known color: Turquoise. HEX triplet: 3F, D8 and C9. RGB value is (63,216,201). Sum of RGB (Red+Green+Blue) = 63+216+201=480 (63% of max value = 765). Red value is 63 (25% from 255 or 13.12% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD8C9 is #C02736. Grayscale: #A8A8A8. Windows color (decimal): -12592951 or 13228095. OLE color: 13228095.
HSL color Cylindrical-coordinate representation of color #3FD8C9: hue angle of 174.12º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD8C9 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 63 | 216 | 201 | - |
CMYK | 0.71 | 0 | 0.07 | 0.15 |
HSL | 174.12º | 0.66% | 0.55% | - |
HSV(B) | 174.12º | 0.71% | 0.85% | - |
XYZ | 37.15 | 54.39 | 63.8 | - |
YUV | 168.54 | 146.31 | 52.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 216 | 201 | 0.71 | 0 | 0.07 | 0.15 | 174.12 | 0.66 | 0.55 |
Hex | 3F | D8 | C9 | 47 | 0 | 7 | F | AE | 42 | 37 |
Octal | 77 | 330 | 311 | 107 | 0 | 7 | 17 | 256 | 102 | 67 |
Binary | 111111 | 11011000 | 11001001 | 1000111 | 0 | 111 | 1111 | 10101110 | 1000010 | 110111 |
Color Harmonies of #3FD8C9
Complementary color
Monochromatic Colors of #3FD8C9
Black with #3FD8C9
Text Example
Text Example
White with #3FD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD8C9; }
p { color: rgb(63,216,201); }
H1.HeaderClassName
{
color: #3FD8C9;
}
.AnyTagClassName
{
color: #3FD8C9;
}
</style>
background-color css
<style>
a { background-color: #3FD8C9; }
a { background-color: rgb(63,216,201); }
div.DivClassName
{
background-color: #3FD8C9;
}
.BgClassName
{
background-color: #3FD8C9;
}
</style>
border-color css
<style>
span { border-color: #3FD8C9; }
span { border-color: rgb(63,216,201); }
td.TdClassName
{
border-color: #3FD8C9;
}
.TagClassName
{
border-color: #3FD8C9;
}
</style>