Shades of Turquoise #3FFCDB
Tints of Turquoise #3FFCDB
RGB
CMYK
RGB Variations
Color information
#3FFCDB (or 0x3FFCDB) is known color: Turquoise. HEX triplet: 3F, FC and DB. RGB value is (63,252,219). Sum of RGB (Red+Green+Blue) = 63+252+219=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCDB is #C00324. Grayscale: #BFBFBF. Windows color (decimal): -12583717 or 14416959. OLE color: 14416959.
HSL color Cylindrical-coordinate representation of color #3FFCDB: hue angle of 169.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCDB is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 219 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.01 |
| HSL | 169.52º | 0.97% | 0.62% | - |
| HSV(B) | 169.52º | 0.75% | 0.99% | - |
| XYZ | 49.65 | 75.79 | 79.03 | - |
| YUV | 191.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 219 | 0.75 | 0 | 0.13 | 0.01 | 169.52 | 0.97 | 0.62 |
| Hex | 3F | FC | DB | 4B | 0 | D | 1 | AA | 61 | 3E |
| Octal | 77 | 374 | 333 | 113 | 0 | 15 | 1 | 252 | 141 | 76 |
| Binary | 111111 | 11111100 | 11011011 | 1001011 | 0 | 1101 | 1 | 10101010 | 1100001 | 111110 |
Color Harmonies of #3FFCDB
Complementary color
Monochromatic Colors of #3FFCDB
Black with #3FFCDB
Text Example
Text Example
White with #3FFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCDB; }
p { color: rgb(63,252,219); }
H1.HeaderClassName
{
color: #3FFCDB;
}
.AnyTagClassName
{
color: #3FFCDB;
}
</style>
background-color css
<style>
a { background-color: #3FFCDB; }
a { background-color: rgb(63,252,219); }
div.DivClassName
{
background-color: #3FFCDB;
}
.BgClassName
{
background-color: #3FFCDB;
}
</style>
border-color css
<style>
span { border-color: #3FFCDB; }
span { border-color: rgb(63,252,219); }
td.TdClassName
{
border-color: #3FFCDB;
}
.TagClassName
{
border-color: #3FFCDB;
}
</style>