Shades of Turquoise #3FF0DA
Tints of Turquoise #3FF0DA
RGB
CMYK
RGB Variations
Color information
#3FF0DA (or 0x3FF0DA) is known color: Turquoise. HEX triplet: 3F, F0 and DA. RGB value is (63,240,218). Sum of RGB (Red+Green+Blue) = 63+240+218=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0DA is #C00F25. Grayscale: #B8B8B8. Windows color (decimal): -12586790 or 14348351. OLE color: 14348351.
HSL color Cylindrical-coordinate representation of color #3FF0DA: hue angle of 172.54º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0DA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 218 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.06 |
| HSL | 172.54º | 0.86% | 0.59% | - |
| HSV(B) | 172.54º | 0.74% | 0.94% | - |
| XYZ | 45.86 | 68.44 | 77.12 | - |
| YUV | 184.57 | 146.86 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 218 | 0.74 | 0 | 0.09 | 0.06 | 172.54 | 0.86 | 0.59 |
| Hex | 3F | F0 | DA | 4A | 0 | 9 | 6 | AD | 56 | 3B |
| Octal | 77 | 360 | 332 | 112 | 0 | 11 | 6 | 255 | 126 | 73 |
| Binary | 111111 | 11110000 | 11011010 | 1001010 | 0 | 1001 | 110 | 10101101 | 1010110 | 111011 |
Color Harmonies of #3FF0DA
Complementary color
Monochromatic Colors of #3FF0DA
Black with #3FF0DA
Text Example
Text Example
White with #3FF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0DA; }
p { color: rgb(63,240,218); }
H1.HeaderClassName
{
color: #3FF0DA;
}
.AnyTagClassName
{
color: #3FF0DA;
}
</style>
background-color css
<style>
a { background-color: #3FF0DA; }
a { background-color: rgb(63,240,218); }
div.DivClassName
{
background-color: #3FF0DA;
}
.BgClassName
{
background-color: #3FF0DA;
}
</style>
border-color css
<style>
span { border-color: #3FF0DA; }
span { border-color: rgb(63,240,218); }
td.TdClassName
{
border-color: #3FF0DA;
}
.TagClassName
{
border-color: #3FF0DA;
}
</style>