Shades of Turquoise #3BDDF0
Tints of Turquoise #3BDDF0
RGB
CMYK
RGB Variations
Color information
#3BDDF0 (or 0x3BDDF0) is known color: Turquoise. HEX triplet: 3B, DD and F0. RGB value is (59,221,240). Sum of RGB (Red+Green+Blue) = 59+221+240=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #3BDDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDDF0 is #C4220F. Grayscale: #AEAEAE. Windows color (decimal): -12853776 or 15785275. OLE color: 15785275.
HSL color Cylindrical-coordinate representation of color #3BDDF0: hue angle of 186.3º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDDF0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 221 | 240 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.06 |
| HSL | 186.3º | 0.86% | 0.59% | - |
| HSV(B) | 186.3º | 0.75% | 0.94% | - |
| XYZ | 43.39 | 58.93 | 91.53 | - |
| YUV | 174.73 | 164.83 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 240 | 0.75 | 0.08 | 0 | 0.06 | 186.3 | 0.86 | 0.59 |
| Hex | 3B | DD | F0 | 4B | 8 | 0 | 6 | BA | 56 | 3B |
| Octal | 73 | 335 | 360 | 113 | 10 | 0 | 6 | 272 | 126 | 73 |
| Binary | 111011 | 11011101 | 11110000 | 1001011 | 1000 | 0 | 110 | 10111010 | 1010110 | 111011 |
Color Harmonies of #3BDDF0
Complementary color
Monochromatic Colors of #3BDDF0
Black with #3BDDF0
Text Example
Text Example
White with #3BDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDF0; }
p { color: rgb(59,221,240); }
H1.HeaderClassName
{
color: #3BDDF0;
}
.AnyTagClassName
{
color: #3BDDF0;
}
</style>
background-color css
<style>
a { background-color: #3BDDF0; }
a { background-color: rgb(59,221,240); }
div.DivClassName
{
background-color: #3BDDF0;
}
.BgClassName
{
background-color: #3BDDF0;
}
</style>
border-color css
<style>
span { border-color: #3BDDF0; }
span { border-color: rgb(59,221,240); }
td.TdClassName
{
border-color: #3BDDF0;
}
.TagClassName
{
border-color: #3BDDF0;
}
</style>