Shades of Turquoise #3FF5D2
Tints of Turquoise #3FF5D2
RGB
CMYK
RGB Variations
Color information
#3FF5D2 (or 0x3FF5D2) is known color: Turquoise. HEX triplet: 3F, F5 and D2. RGB value is (63,245,210). Sum of RGB (Red+Green+Blue) = 63+245+210=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF5D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF5D2 is #C00A2D. Grayscale: #BABABA. Windows color (decimal): -12585518 or 13825343. OLE color: 13825343.
HSL color Cylindrical-coordinate representation of color #3FF5D2: hue angle of 168.46º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF5D2 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 210 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.04 |
| HSL | 168.46º | 0.9% | 0.6% | - |
| HSV(B) | 168.46º | 0.74% | 0.96% | - |
| XYZ | 46.34 | 71.01 | 72.24 | - |
| YUV | 186.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 210 | 0.74 | 0 | 0.14 | 0.04 | 168.46 | 0.9 | 0.6 |
| Hex | 3F | F5 | D2 | 4A | 0 | E | 4 | A8 | 5A | 3C |
| Octal | 77 | 365 | 322 | 112 | 0 | 16 | 4 | 250 | 132 | 74 |
| Binary | 111111 | 11110101 | 11010010 | 1001010 | 0 | 1110 | 100 | 10101000 | 1011010 | 111100 |
Color Harmonies of #3FF5D2
Complementary color
Monochromatic Colors of #3FF5D2
Black with #3FF5D2
Text Example
Text Example
White with #3FF5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF5D2; }
p { color: rgb(63,245,210); }
H1.HeaderClassName
{
color: #3FF5D2;
}
.AnyTagClassName
{
color: #3FF5D2;
}
</style>
background-color css
<style>
a { background-color: #3FF5D2; }
a { background-color: rgb(63,245,210); }
div.DivClassName
{
background-color: #3FF5D2;
}
.BgClassName
{
background-color: #3FF5D2;
}
</style>
border-color css
<style>
span { border-color: #3FF5D2; }
span { border-color: rgb(63,245,210); }
td.TdClassName
{
border-color: #3FF5D2;
}
.TagClassName
{
border-color: #3FF5D2;
}
</style>