Shades of Turquoise #3FF9C9
Tints of Turquoise #3FF9C9
RGB
CMYK
RGB Variations
Color information
#3FF9C9 (or 0x3FF9C9) is known color: Turquoise. HEX triplet: 3F, F9 and C9. RGB value is (63,249,201). Sum of RGB (Red+Green+Blue) = 63+249+201=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF9C9 is #C00636. Grayscale: #BBBBBB. Windows color (decimal): -12584503 or 13236543. OLE color: 13236543.
HSL color Cylindrical-coordinate representation of color #3FF9C9: hue angle of 164.52º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF9C9 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 201 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.02 |
| HSL | 164.52º | 0.94% | 0.61% | - |
| HSV(B) | 164.52º | 0.75% | 0.98% | - |
| XYZ | 46.47 | 73.03 | 66.9 | - |
| YUV | 187.91 | 135.38 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 201 | 0.75 | 0 | 0.19 | 0.02 | 164.52 | 0.94 | 0.61 |
| Hex | 3F | F9 | C9 | 4B | 0 | 13 | 2 | A5 | 5E | 3D |
| Octal | 77 | 371 | 311 | 113 | 0 | 23 | 2 | 245 | 136 | 75 |
| Binary | 111111 | 11111001 | 11001001 | 1001011 | 0 | 10011 | 10 | 10100101 | 1011110 | 111101 |
Color Harmonies of #3FF9C9
Complementary color
Monochromatic Colors of #3FF9C9
Black with #3FF9C9
Text Example
Text Example
White with #3FF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF9C9; }
p { color: rgb(63,249,201); }
H1.HeaderClassName
{
color: #3FF9C9;
}
.AnyTagClassName
{
color: #3FF9C9;
}
</style>
background-color css
<style>
a { background-color: #3FF9C9; }
a { background-color: rgb(63,249,201); }
div.DivClassName
{
background-color: #3FF9C9;
}
.BgClassName
{
background-color: #3FF9C9;
}
</style>
border-color css
<style>
span { border-color: #3FF9C9; }
span { border-color: rgb(63,249,201); }
td.TdClassName
{
border-color: #3FF9C9;
}
.TagClassName
{
border-color: #3FF9C9;
}
</style>