Shades of Turquoise #3FF3C9
Tints of Turquoise #3FF3C9
RGB
CMYK
RGB Variations
Color information
#3FF3C9 (or 0x3FF3C9) is known color: Turquoise. HEX triplet: 3F, F3 and C9. RGB value is (63,243,201). Sum of RGB (Red+Green+Blue) = 63+243+201=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF3C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF3C9 is #C00C36. Grayscale: #B8B8B8. Windows color (decimal): -12586039 or 13235007. OLE color: 13235007.
HSL color Cylindrical-coordinate representation of color #3FF3C9: hue angle of 166º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF3C9 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 201 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.05 |
| HSL | 166º | 0.88% | 0.6% | - |
| HSV(B) | 166º | 0.74% | 0.95% | - |
| XYZ | 44.64 | 69.38 | 66.3 | - |
| YUV | 184.39 | 137.37 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 201 | 0.74 | 0 | 0.17 | 0.05 | 166 | 0.88 | 0.6 |
| Hex | 3F | F3 | C9 | 4A | 0 | 11 | 5 | A6 | 58 | 3C |
| Octal | 77 | 363 | 311 | 112 | 0 | 21 | 5 | 246 | 130 | 74 |
| Binary | 111111 | 11110011 | 11001001 | 1001010 | 0 | 10001 | 101 | 10100110 | 1011000 | 111100 |
Color Harmonies of #3FF3C9
Complementary color
Monochromatic Colors of #3FF3C9
Black with #3FF3C9
Text Example
Text Example
White with #3FF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF3C9; }
p { color: rgb(63,243,201); }
H1.HeaderClassName
{
color: #3FF3C9;
}
.AnyTagClassName
{
color: #3FF3C9;
}
</style>
background-color css
<style>
a { background-color: #3FF3C9; }
a { background-color: rgb(63,243,201); }
div.DivClassName
{
background-color: #3FF3C9;
}
.BgClassName
{
background-color: #3FF3C9;
}
</style>
border-color css
<style>
span { border-color: #3FF3C9; }
span { border-color: rgb(63,243,201); }
td.TdClassName
{
border-color: #3FF3C9;
}
.TagClassName
{
border-color: #3FF3C9;
}
</style>