Shades of Turquoise #3FFBDC
Tints of Turquoise #3FFBDC
RGB
CMYK
RGB Variations
Color information
#3FFBDC (or 0x3FFBDC) is known color: Turquoise. HEX triplet: 3F, FB and DC. RGB value is (63,251,220). Sum of RGB (Red+Green+Blue) = 63+251+220=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBDC is #C00423. Grayscale: #BFBFBF. Windows color (decimal): -12583972 or 14482239. OLE color: 14482239.
HSL color Cylindrical-coordinate representation of color #3FFBDC: hue angle of 170.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBDC is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 220 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.02 |
| HSL | 170.11º | 0.96% | 0.62% | - |
| HSV(B) | 170.11º | 0.75% | 0.98% | - |
| XYZ | 49.47 | 75.22 | 79.62 | - |
| YUV | 191.25 | 144.22 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 220 | 0.75 | 0 | 0.12 | 0.02 | 170.11 | 0.96 | 0.62 |
| Hex | 3F | FB | DC | 4B | 0 | C | 2 | AA | 60 | 3E |
| Octal | 77 | 373 | 334 | 113 | 0 | 14 | 2 | 252 | 140 | 76 |
| Binary | 111111 | 11111011 | 11011100 | 1001011 | 0 | 1100 | 10 | 10101010 | 1100000 | 111110 |
Color Harmonies of #3FFBDC
Complementary color
Monochromatic Colors of #3FFBDC
Black with #3FFBDC
Text Example
Text Example
White with #3FFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBDC; }
p { color: rgb(63,251,220); }
H1.HeaderClassName
{
color: #3FFBDC;
}
.AnyTagClassName
{
color: #3FFBDC;
}
</style>
background-color css
<style>
a { background-color: #3FFBDC; }
a { background-color: rgb(63,251,220); }
div.DivClassName
{
background-color: #3FFBDC;
}
.BgClassName
{
background-color: #3FFBDC;
}
</style>
border-color css
<style>
span { border-color: #3FFBDC; }
span { border-color: rgb(63,251,220); }
td.TdClassName
{
border-color: #3FFBDC;
}
.TagClassName
{
border-color: #3FFBDC;
}
</style>