Shades of Turquoise #3FF8DA
Tints of Turquoise #3FF8DA
RGB
CMYK
RGB Variations
Color information
#3FF8DA (or 0x3FF8DA) is known color: Turquoise. HEX triplet: 3F, F8 and DA. RGB value is (63,248,218). Sum of RGB (Red+Green+Blue) = 63+248+218=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8DA is #C00725. Grayscale: #BDBDBD. Windows color (decimal): -12584742 or 14350399. OLE color: 14350399.
HSL color Cylindrical-coordinate representation of color #3FF8DA: hue angle of 170.27º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8DA is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 218 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.03 |
| HSL | 170.27º | 0.93% | 0.61% | - |
| HSV(B) | 170.27º | 0.75% | 0.97% | - |
| XYZ | 48.27 | 73.25 | 77.92 | - |
| YUV | 189.27 | 144.21 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 218 | 0.75 | 0 | 0.12 | 0.03 | 170.27 | 0.93 | 0.61 |
| Hex | 3F | F8 | DA | 4B | 0 | C | 3 | AA | 5D | 3D |
| Octal | 77 | 370 | 332 | 113 | 0 | 14 | 3 | 252 | 135 | 75 |
| Binary | 111111 | 11111000 | 11011010 | 1001011 | 0 | 1100 | 11 | 10101010 | 1011101 | 111101 |
Color Harmonies of #3FF8DA
Complementary color
Monochromatic Colors of #3FF8DA
Black with #3FF8DA
Text Example
Text Example
White with #3FF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8DA; }
p { color: rgb(63,248,218); }
H1.HeaderClassName
{
color: #3FF8DA;
}
.AnyTagClassName
{
color: #3FF8DA;
}
</style>
background-color css
<style>
a { background-color: #3FF8DA; }
a { background-color: rgb(63,248,218); }
div.DivClassName
{
background-color: #3FF8DA;
}
.BgClassName
{
background-color: #3FF8DA;
}
</style>
border-color css
<style>
span { border-color: #3FF8DA; }
span { border-color: rgb(63,248,218); }
td.TdClassName
{
border-color: #3FF8DA;
}
.TagClassName
{
border-color: #3FF8DA;
}
</style>