Shades of Turquoise #3FFBDA
Tints of Turquoise #3FFBDA
RGB
CMYK
RGB Variations
Color information
#3FFBDA (or 0x3FFBDA) is known color: Turquoise. HEX triplet: 3F, FB and DA. RGB value is (63,251,218). Sum of RGB (Red+Green+Blue) = 63+251+218=532 (70% of max value = 765). Red value is 63 (25% from 255 or 11.84% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBDA is #C00425. Grayscale: #BEBEBE. Windows color (decimal): -12583974 or 14351167. OLE color: 14351167.
HSL color Cylindrical-coordinate representation of color #3FFBDA: hue angle of 169.47º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBDA is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 218 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.02 |
| HSL | 169.47º | 0.96% | 0.62% | - |
| HSV(B) | 169.47º | 0.75% | 0.98% | - |
| XYZ | 49.2 | 75.11 | 78.23 | - |
| YUV | 191.03 | 143.22 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 218 | 0.75 | 0 | 0.13 | 0.02 | 169.47 | 0.96 | 0.62 |
| Hex | 3F | FB | DA | 4B | 0 | D | 2 | A9 | 60 | 3E |
| Octal | 77 | 373 | 332 | 113 | 0 | 15 | 2 | 251 | 140 | 76 |
| Binary | 111111 | 11111011 | 11011010 | 1001011 | 0 | 1101 | 10 | 10101001 | 1100000 | 111110 |
Color Harmonies of #3FFBDA
Complementary color
Monochromatic Colors of #3FFBDA
Black with #3FFBDA
Text Example
Text Example
White with #3FFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBDA; }
p { color: rgb(63,251,218); }
H1.HeaderClassName
{
color: #3FFBDA;
}
.AnyTagClassName
{
color: #3FFBDA;
}
</style>
background-color css
<style>
a { background-color: #3FFBDA; }
a { background-color: rgb(63,251,218); }
div.DivClassName
{
background-color: #3FFBDA;
}
.BgClassName
{
background-color: #3FFBDA;
}
</style>
border-color css
<style>
span { border-color: #3FFBDA; }
span { border-color: rgb(63,251,218); }
td.TdClassName
{
border-color: #3FFBDA;
}
.TagClassName
{
border-color: #3FFBDA;
}
</style>