Shades of Turquoise #3FDFB3
Tints of Turquoise #3FDFB3
RGB
CMYK
RGB Variations
Color information
#3FDFB3 (or 0x3FDFB3) is known color: Turquoise. HEX triplet: 3F, DF and B3. RGB value is (63,223,179). Sum of RGB (Red+Green+Blue) = 63+223+179=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFB3 is #C0204C. Grayscale: #AAAAAA. Windows color (decimal): -12591181 or 11788095. OLE color: 11788095.
HSL color Cylindrical-coordinate representation of color #3FDFB3: hue angle of 163.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFB3 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 179 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.13 |
| HSL | 163.5º | 0.71% | 0.56% | - |
| HSV(B) | 163.5º | 0.72% | 0.87% | - |
| XYZ | 36.57 | 57.09 | 51.74 | - |
| YUV | 170.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 179 | 0.72 | 0 | 0.20 | 0.13 | 163.5 | 0.71 | 0.56 |
| Hex | 3F | DF | B3 | 48 | 0 | 14 | D | A4 | 47 | 38 |
| Octal | 77 | 337 | 263 | 110 | 0 | 24 | 15 | 244 | 107 | 70 |
| Binary | 111111 | 11011111 | 10110011 | 1001000 | 0 | 10100 | 1101 | 10100100 | 1000111 | 111000 |
Color Harmonies of #3FDFB3
Complementary color
Monochromatic Colors of #3FDFB3
Black with #3FDFB3
Text Example
Text Example
White with #3FDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFB3; }
p { color: rgb(63,223,179); }
H1.HeaderClassName
{
color: #3FDFB3;
}
.AnyTagClassName
{
color: #3FDFB3;
}
</style>
background-color css
<style>
a { background-color: #3FDFB3; }
a { background-color: rgb(63,223,179); }
div.DivClassName
{
background-color: #3FDFB3;
}
.BgClassName
{
background-color: #3FDFB3;
}
</style>
border-color css
<style>
span { border-color: #3FDFB3; }
span { border-color: rgb(63,223,179); }
td.TdClassName
{
border-color: #3FDFB3;
}
.TagClassName
{
border-color: #3FDFB3;
}
</style>