Shades of Turquoise #3FDFB2
Tints of Turquoise #3FDFB2
RGB
CMYK
RGB Variations
Color information
#3FDFB2 (or 0x3FDFB2) is known color: Turquoise. HEX triplet: 3F, DF and B2. RGB value is (63,223,178). Sum of RGB (Red+Green+Blue) = 63+223+178=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDFB2 is #C0204D. Grayscale: #AAAAAA. Windows color (decimal): -12591182 or 11722559. OLE color: 11722559.
HSL color Cylindrical-coordinate representation of color #3FDFB2: hue angle of 163.12º 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 #3FDFB2 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 178 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.13 |
| HSL | 163.13º | 0.71% | 0.56% | - |
| HSV(B) | 163.13º | 0.72% | 0.87% | - |
| XYZ | 36.47 | 57.05 | 51.21 | - |
| YUV | 170.03 | 132.49 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 178 | 0.72 | 0 | 0.20 | 0.13 | 163.13 | 0.71 | 0.56 |
| Hex | 3F | DF | B2 | 48 | 0 | 14 | D | A3 | 47 | 38 |
| Octal | 77 | 337 | 262 | 110 | 0 | 24 | 15 | 243 | 107 | 70 |
| Binary | 111111 | 11011111 | 10110010 | 1001000 | 0 | 10100 | 1101 | 10100011 | 1000111 | 111000 |
Color Harmonies of #3FDFB2
Complementary color
Monochromatic Colors of #3FDFB2
Black with #3FDFB2
Text Example
Text Example
White with #3FDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFB2; }
p { color: rgb(63,223,178); }
H1.HeaderClassName
{
color: #3FDFB2;
}
.AnyTagClassName
{
color: #3FDFB2;
}
</style>
background-color css
<style>
a { background-color: #3FDFB2; }
a { background-color: rgb(63,223,178); }
div.DivClassName
{
background-color: #3FDFB2;
}
.BgClassName
{
background-color: #3FDFB2;
}
</style>
border-color css
<style>
span { border-color: #3FDFB2; }
span { border-color: rgb(63,223,178); }
td.TdClassName
{
border-color: #3FDFB2;
}
.TagClassName
{
border-color: #3FDFB2;
}
</style>