Shades of Turquoise #3FDEF7
Tints of Turquoise #3FDEF7
RGB
CMYK
RGB Variations
Color information
#3FDEF7 (or 0x3FDEF7) is known color: Turquoise. HEX triplet: 3F, DE and F7. RGB value is (63,222,247). Sum of RGB (Red+Green+Blue) = 63+222+247=532 (70% of max value = 765). Red value is 63 (25% from 255 or 11.84% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #3FDEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDEF7 is #C02108. Grayscale: #B1B1B1. Windows color (decimal): -12591369 or 16244287. OLE color: 16244287.
HSL color Cylindrical-coordinate representation of color #3FDEF7: hue angle of 188.15º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDEF7 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 222 | 247 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.03 |
| HSL | 188.15º | 0.92% | 0.61% | - |
| HSV(B) | 188.15º | 0.74% | 0.97% | - |
| XYZ | 44.96 | 60.01 | 97.21 | - |
| YUV | 177.31 | 167.32 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 247 | 0.74 | 0.10 | 0 | 0.03 | 188.15 | 0.92 | 0.61 |
| Hex | 3F | DE | F7 | 4A | A | 0 | 3 | BC | 5C | 3D |
| Octal | 77 | 336 | 367 | 112 | 12 | 0 | 3 | 274 | 134 | 75 |
| Binary | 111111 | 11011110 | 11110111 | 1001010 | 1010 | 0 | 11 | 10111100 | 1011100 | 111101 |
Color Harmonies of #3FDEF7
Complementary color
Monochromatic Colors of #3FDEF7
Black with #3FDEF7
Text Example
Text Example
White with #3FDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDEF7; }
p { color: rgb(63,222,247); }
H1.HeaderClassName
{
color: #3FDEF7;
}
.AnyTagClassName
{
color: #3FDEF7;
}
</style>
background-color css
<style>
a { background-color: #3FDEF7; }
a { background-color: rgb(63,222,247); }
div.DivClassName
{
background-color: #3FDEF7;
}
.BgClassName
{
background-color: #3FDEF7;
}
</style>
border-color css
<style>
span { border-color: #3FDEF7; }
span { border-color: rgb(63,222,247); }
td.TdClassName
{
border-color: #3FDEF7;
}
.TagClassName
{
border-color: #3FDEF7;
}
</style>