Shades of Turquoise #3FF0DD
Tints of Turquoise #3FF0DD
RGB
CMYK
RGB Variations
Color information
#3FF0DD (or 0x3FF0DD) is known color: Turquoise. HEX triplet: 3F, F0 and DD. RGB value is (63,240,221). Sum of RGB (Red+Green+Blue) = 63+240+221=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0DD is #C00F22. Grayscale: #B8B8B8. Windows color (decimal): -12586787 or 14544959. OLE color: 14544959.
HSL color Cylindrical-coordinate representation of color #3FF0DD: hue angle of 173.56º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0DD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 221 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.06 |
| HSL | 173.56º | 0.86% | 0.59% | - |
| HSV(B) | 173.56º | 0.74% | 0.94% | - |
| XYZ | 46.26 | 68.6 | 79.21 | - |
| YUV | 184.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 221 | 0.74 | 0 | 0.08 | 0.06 | 173.56 | 0.86 | 0.59 |
| Hex | 3F | F0 | DD | 4A | 0 | 8 | 6 | AE | 56 | 3B |
| Octal | 77 | 360 | 335 | 112 | 0 | 10 | 6 | 256 | 126 | 73 |
| Binary | 111111 | 11110000 | 11011101 | 1001010 | 0 | 1000 | 110 | 10101110 | 1010110 | 111011 |
Color Harmonies of #3FF0DD
Complementary color
Monochromatic Colors of #3FF0DD
Black with #3FF0DD
Text Example
Text Example
White with #3FF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0DD; }
p { color: rgb(63,240,221); }
H1.HeaderClassName
{
color: #3FF0DD;
}
.AnyTagClassName
{
color: #3FF0DD;
}
</style>
background-color css
<style>
a { background-color: #3FF0DD; }
a { background-color: rgb(63,240,221); }
div.DivClassName
{
background-color: #3FF0DD;
}
.BgClassName
{
background-color: #3FF0DD;
}
</style>
border-color css
<style>
span { border-color: #3FF0DD; }
span { border-color: rgb(63,240,221); }
td.TdClassName
{
border-color: #3FF0DD;
}
.TagClassName
{
border-color: #3FF0DD;
}
</style>