Shades of Turquoise #3BDCE0
Tints of Turquoise #3BDCE0
RGB
CMYK
RGB Variations
Color information
#3BDCE0 (or 0x3BDCE0) is known color: Turquoise. HEX triplet: 3B, DC and E0. RGB value is (59,220,224). Sum of RGB (Red+Green+Blue) = 59+220+224=503 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.73% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #3BDCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCE0 is #C4231F. Grayscale: #ACACAC. Windows color (decimal): -12854048 or 14736443. OLE color: 14736443.
HSL color Cylindrical-coordinate representation of color #3BDCE0: hue angle of 181.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDCE0 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 220 | 224 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.12 |
| HSL | 181.45º | 0.73% | 0.55% | - |
| HSV(B) | 181.45º | 0.74% | 0.88% | - |
| XYZ | 40.85 | 57.5 | 79.47 | - |
| YUV | 172.32 | 157.16 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 224 | 0.74 | 0.02 | 0 | 0.12 | 181.45 | 0.73 | 0.55 |
| Hex | 3B | DC | E0 | 4A | 2 | 0 | C | B5 | 49 | 37 |
| Octal | 73 | 334 | 340 | 112 | 2 | 0 | 14 | 265 | 111 | 67 |
| Binary | 111011 | 11011100 | 11100000 | 1001010 | 10 | 0 | 1100 | 10110101 | 1001001 | 110111 |
Color Harmonies of #3BDCE0
Complementary color
Monochromatic Colors of #3BDCE0
Black with #3BDCE0
Text Example
Text Example
White with #3BDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCE0; }
p { color: rgb(59,220,224); }
H1.HeaderClassName
{
color: #3BDCE0;
}
.AnyTagClassName
{
color: #3BDCE0;
}
</style>
background-color css
<style>
a { background-color: #3BDCE0; }
a { background-color: rgb(59,220,224); }
div.DivClassName
{
background-color: #3BDCE0;
}
.BgClassName
{
background-color: #3BDCE0;
}
</style>
border-color css
<style>
span { border-color: #3BDCE0; }
span { border-color: rgb(59,220,224); }
td.TdClassName
{
border-color: #3BDCE0;
}
.TagClassName
{
border-color: #3BDCE0;
}
</style>