Shades of Turquoise #3FF9DB
Tints of Turquoise #3FF9DB
RGB
CMYK
RGB Variations
Color information
#3FF9DB (or 0x3FF9DB) is known color: Turquoise. HEX triplet: 3F, F9 and DB. RGB value is (63,249,219). Sum of RGB (Red+Green+Blue) = 63+249+219=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF9DB is #C00624. Grayscale: #BDBDBD. Windows color (decimal): -12584485 or 14416191. OLE color: 14416191.
HSL color Cylindrical-coordinate representation of color #3FF9DB: hue angle of 170.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF9DB is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 219 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.02 |
| HSL | 170.32º | 0.94% | 0.61% | - |
| HSV(B) | 170.32º | 0.75% | 0.98% | - |
| XYZ | 48.71 | 73.92 | 78.72 | - |
| YUV | 189.97 | 144.38 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 219 | 0.75 | 0 | 0.12 | 0.02 | 170.32 | 0.94 | 0.61 |
| Hex | 3F | F9 | DB | 4B | 0 | C | 2 | AA | 5E | 3D |
| Octal | 77 | 371 | 333 | 113 | 0 | 14 | 2 | 252 | 136 | 75 |
| Binary | 111111 | 11111001 | 11011011 | 1001011 | 0 | 1100 | 10 | 10101010 | 1011110 | 111101 |
Color Harmonies of #3FF9DB
Complementary color
Monochromatic Colors of #3FF9DB
Black with #3FF9DB
Text Example
Text Example
White with #3FF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF9DB; }
p { color: rgb(63,249,219); }
H1.HeaderClassName
{
color: #3FF9DB;
}
.AnyTagClassName
{
color: #3FF9DB;
}
</style>
background-color css
<style>
a { background-color: #3FF9DB; }
a { background-color: rgb(63,249,219); }
div.DivClassName
{
background-color: #3FF9DB;
}
.BgClassName
{
background-color: #3FF9DB;
}
</style>
border-color css
<style>
span { border-color: #3FF9DB; }
span { border-color: rgb(63,249,219); }
td.TdClassName
{
border-color: #3FF9DB;
}
.TagClassName
{
border-color: #3FF9DB;
}
</style>