Shades of Turquoise #3FF2DD
Tints of Turquoise #3FF2DD
RGB
CMYK
RGB Variations
Color information
#3FF2DD (or 0x3FF2DD) is known color: Turquoise. HEX triplet: 3F, F2 and DD. RGB value is (63,242,221). Sum of RGB (Red+Green+Blue) = 63+242+221=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2DD is #C00D22. Grayscale: #B9B9B9. Windows color (decimal): -12586275 or 14545471. OLE color: 14545471.
HSL color Cylindrical-coordinate representation of color #3FF2DD: hue angle of 172.96º 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 #3FF2DD is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 221 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.05 |
| HSL | 172.96º | 0.87% | 0.6% | - |
| HSV(B) | 172.96º | 0.74% | 0.95% | - |
| XYZ | 46.85 | 69.78 | 79.41 | - |
| YUV | 186.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 221 | 0.74 | 0 | 0.09 | 0.05 | 172.96 | 0.87 | 0.6 |
| Hex | 3F | F2 | DD | 4A | 0 | 9 | 5 | AD | 57 | 3C |
| Octal | 77 | 362 | 335 | 112 | 0 | 11 | 5 | 255 | 127 | 74 |
| Binary | 111111 | 11110010 | 11011101 | 1001010 | 0 | 1001 | 101 | 10101101 | 1010111 | 111100 |
Color Harmonies of #3FF2DD
Complementary color
Monochromatic Colors of #3FF2DD
Black with #3FF2DD
Text Example
Text Example
White with #3FF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2DD; }
p { color: rgb(63,242,221); }
H1.HeaderClassName
{
color: #3FF2DD;
}
.AnyTagClassName
{
color: #3FF2DD;
}
</style>
background-color css
<style>
a { background-color: #3FF2DD; }
a { background-color: rgb(63,242,221); }
div.DivClassName
{
background-color: #3FF2DD;
}
.BgClassName
{
background-color: #3FF2DD;
}
</style>
border-color css
<style>
span { border-color: #3FF2DD; }
span { border-color: rgb(63,242,221); }
td.TdClassName
{
border-color: #3FF2DD;
}
.TagClassName
{
border-color: #3FF2DD;
}
</style>