Shades of Turquoise #3FDFFA
Tints of Turquoise #3FDFFA
RGB
CMYK
RGB Variations
Color information
#3FDFFA (or 0x3FDFFA) is known color: Turquoise. HEX triplet: 3F, DF and FA. RGB value is (63,223,250). Sum of RGB (Red+Green+Blue) = 63+223+250=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FDFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFFA is #C02005. Grayscale: #B1B1B1. Windows color (decimal): -12591110 or 16441151. OLE color: 16441151.
HSL color Cylindrical-coordinate representation of color #3FDFFA: hue angle of 188.66º degrees, saturation: 0.95, 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 #3FDFFA is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 223 | 250 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.02 |
| HSL | 188.66º | 0.95% | 0.61% | - |
| HSV(B) | 188.66º | 0.75% | 0.98% | - |
| XYZ | 45.69 | 60.73 | 99.76 | - |
| YUV | 178.24 | 168.49 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 250 | 0.75 | 0.11 | 0 | 0.02 | 188.66 | 0.95 | 0.61 |
| Hex | 3F | DF | FA | 4B | B | 0 | 2 | BD | 5F | 3D |
| Octal | 77 | 337 | 372 | 113 | 13 | 0 | 2 | 275 | 137 | 75 |
| Binary | 111111 | 11011111 | 11111010 | 1001011 | 1011 | 0 | 10 | 10111101 | 1011111 | 111101 |
Color Harmonies of #3FDFFA
Complementary color
Monochromatic Colors of #3FDFFA
Black with #3FDFFA
Text Example
Text Example
White with #3FDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFFA; }
p { color: rgb(63,223,250); }
H1.HeaderClassName
{
color: #3FDFFA;
}
.AnyTagClassName
{
color: #3FDFFA;
}
</style>
background-color css
<style>
a { background-color: #3FDFFA; }
a { background-color: rgb(63,223,250); }
div.DivClassName
{
background-color: #3FDFFA;
}
.BgClassName
{
background-color: #3FDFFA;
}
</style>
border-color css
<style>
span { border-color: #3FDFFA; }
span { border-color: rgb(63,223,250); }
td.TdClassName
{
border-color: #3FDFFA;
}
.TagClassName
{
border-color: #3FDFFA;
}
</style>