Shades of Turquoise #3FF8DB
Tints of Turquoise #3FF8DB
RGB
CMYK
RGB Variations
Color information
#3FF8DB (or 0x3FF8DB) is known color: Turquoise. HEX triplet: 3F, F8 and DB. RGB value is (63,248,219). Sum of RGB (Red+Green+Blue) = 63+248+219=530 (70% of max value = 765). Red value is 63 (25% from 255 or 11.89% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8DB is #C00724. Grayscale: #BDBDBD. Windows color (decimal): -12584741 or 14415935. OLE color: 14415935.
HSL color Cylindrical-coordinate representation of color #3FF8DB: hue angle of 170.59º 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 #3FF8DB is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 219 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.03 |
| HSL | 170.59º | 0.93% | 0.61% | - |
| HSV(B) | 170.59º | 0.75% | 0.97% | - |
| XYZ | 48.4 | 73.31 | 78.62 | - |
| YUV | 189.38 | 144.71 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 219 | 0.75 | 0 | 0.12 | 0.03 | 170.59 | 0.93 | 0.61 |
| Hex | 3F | F8 | DB | 4B | 0 | C | 3 | AB | 5D | 3D |
| Octal | 77 | 370 | 333 | 113 | 0 | 14 | 3 | 253 | 135 | 75 |
| Binary | 111111 | 11111000 | 11011011 | 1001011 | 0 | 1100 | 11 | 10101011 | 1011101 | 111101 |
Color Harmonies of #3FF8DB
Complementary color
Monochromatic Colors of #3FF8DB
Black with #3FF8DB
Text Example
Text Example
White with #3FF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8DB; }
p { color: rgb(63,248,219); }
H1.HeaderClassName
{
color: #3FF8DB;
}
.AnyTagClassName
{
color: #3FF8DB;
}
</style>
background-color css
<style>
a { background-color: #3FF8DB; }
a { background-color: rgb(63,248,219); }
div.DivClassName
{
background-color: #3FF8DB;
}
.BgClassName
{
background-color: #3FF8DB;
}
</style>
border-color css
<style>
span { border-color: #3FF8DB; }
span { border-color: rgb(63,248,219); }
td.TdClassName
{
border-color: #3FF8DB;
}
.TagClassName
{
border-color: #3FF8DB;
}
</style>