Shades of Turquoise #3FF2D8
Tints of Turquoise #3FF2D8
RGB
CMYK
RGB Variations
Color information
#3FF2D8 (or 0x3FF2D8) is known color: Turquoise. HEX triplet: 3F, F2 and D8. RGB value is (63,242,216). Sum of RGB (Red+Green+Blue) = 63+242+216=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2D8 is #C00D27. Grayscale: #B9B9B9. Windows color (decimal): -12586280 or 14217791. OLE color: 14217791.
HSL color Cylindrical-coordinate representation of color #3FF2D8: hue angle of 171.28º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2D8 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 216 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.05 |
| HSL | 171.28º | 0.87% | 0.6% | - |
| HSV(B) | 171.28º | 0.74% | 0.95% | - |
| XYZ | 46.2 | 69.52 | 75.95 | - |
| YUV | 185.52 | 145.2 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 216 | 0.74 | 0 | 0.11 | 0.05 | 171.28 | 0.87 | 0.6 |
| Hex | 3F | F2 | D8 | 4A | 0 | B | 5 | AB | 57 | 3C |
| Octal | 77 | 362 | 330 | 112 | 0 | 13 | 5 | 253 | 127 | 74 |
| Binary | 111111 | 11110010 | 11011000 | 1001010 | 0 | 1011 | 101 | 10101011 | 1010111 | 111100 |
Color Harmonies of #3FF2D8
Complementary color
Monochromatic Colors of #3FF2D8
Black with #3FF2D8
Text Example
Text Example
White with #3FF2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2D8; }
p { color: rgb(63,242,216); }
H1.HeaderClassName
{
color: #3FF2D8;
}
.AnyTagClassName
{
color: #3FF2D8;
}
</style>
background-color css
<style>
a { background-color: #3FF2D8; }
a { background-color: rgb(63,242,216); }
div.DivClassName
{
background-color: #3FF2D8;
}
.BgClassName
{
background-color: #3FF2D8;
}
</style>
border-color css
<style>
span { border-color: #3FF2D8; }
span { border-color: rgb(63,242,216); }
td.TdClassName
{
border-color: #3FF2D8;
}
.TagClassName
{
border-color: #3FF2D8;
}
</style>