Shades of Turquoise #3BF2DD
Tints of Turquoise #3BF2DD
RGB
CMYK
RGB Variations
Color information
#3BF2DD (or 0x3BF2DD) is known color: Turquoise. HEX triplet: 3B, F2 and DD. RGB value is (59,242,221). Sum of RGB (Red+Green+Blue) = 59+242+221=522 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.30% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF2DD is #C40D22. Grayscale: #B8B8B8. Windows color (decimal): -12848419 or 14545467. OLE color: 14545467.
HSL color Cylindrical-coordinate representation of color #3BF2DD: hue angle of 173.11º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF2DD is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 221 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.05 |
| HSL | 173.11º | 0.88% | 0.59% | - |
| HSV(B) | 173.11º | 0.76% | 0.95% | - |
| XYZ | 46.61 | 69.65 | 79.39 | - |
| YUV | 184.89 | 148.37 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 221 | 0.76 | 0 | 0.09 | 0.05 | 173.11 | 0.88 | 0.59 |
| Hex | 3B | F2 | DD | 4C | 0 | 9 | 5 | AD | 58 | 3B |
| Octal | 73 | 362 | 335 | 114 | 0 | 11 | 5 | 255 | 130 | 73 |
| Binary | 111011 | 11110010 | 11011101 | 1001100 | 0 | 1001 | 101 | 10101101 | 1011000 | 111011 |
Color Harmonies of #3BF2DD
Complementary color
Monochromatic Colors of #3BF2DD
Black with #3BF2DD
Text Example
Text Example
White with #3BF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF2DD; }
p { color: rgb(59,242,221); }
H1.HeaderClassName
{
color: #3BF2DD;
}
.AnyTagClassName
{
color: #3BF2DD;
}
</style>
background-color css
<style>
a { background-color: #3BF2DD; }
a { background-color: rgb(59,242,221); }
div.DivClassName
{
background-color: #3BF2DD;
}
.BgClassName
{
background-color: #3BF2DD;
}
</style>
border-color css
<style>
span { border-color: #3BF2DD; }
span { border-color: rgb(59,242,221); }
td.TdClassName
{
border-color: #3BF2DD;
}
.TagClassName
{
border-color: #3BF2DD;
}
</style>