Shades of Turquoise #3BDCE5
Tints of Turquoise #3BDCE5
RGB
CMYK
RGB Variations
Color information
#3BDCE5 (or 0x3BDCE5) is known color: Turquoise. HEX triplet: 3B, DC and E5. RGB value is (59,220,229). Sum of RGB (Red+Green+Blue) = 59+220+229=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #3BDCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCE5 is #C4231A. Grayscale: #ACACAC. Windows color (decimal): -12854043 or 15064123. OLE color: 15064123.
HSL color Cylindrical-coordinate representation of color #3BDCE5: hue angle of 183.18º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDCE5 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 220 | 229 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.10 |
| HSL | 183.18º | 0.77% | 0.56% | - |
| HSV(B) | 183.18º | 0.74% | 0.9% | - |
| XYZ | 41.54 | 57.77 | 83.09 | - |
| YUV | 172.89 | 159.66 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 229 | 0.74 | 0.04 | 0 | 0.10 | 183.18 | 0.77 | 0.56 |
| Hex | 3B | DC | E5 | 4A | 4 | 0 | A | B7 | 4D | 38 |
| Octal | 73 | 334 | 345 | 112 | 4 | 0 | 12 | 267 | 115 | 70 |
| Binary | 111011 | 11011100 | 11100101 | 1001010 | 100 | 0 | 1010 | 10110111 | 1001101 | 111000 |
Color Harmonies of #3BDCE5
Complementary color
Monochromatic Colors of #3BDCE5
Black with #3BDCE5
Text Example
Text Example
White with #3BDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCE5; }
p { color: rgb(59,220,229); }
H1.HeaderClassName
{
color: #3BDCE5;
}
.AnyTagClassName
{
color: #3BDCE5;
}
</style>
background-color css
<style>
a { background-color: #3BDCE5; }
a { background-color: rgb(59,220,229); }
div.DivClassName
{
background-color: #3BDCE5;
}
.BgClassName
{
background-color: #3BDCE5;
}
</style>
border-color css
<style>
span { border-color: #3BDCE5; }
span { border-color: rgb(59,220,229); }
td.TdClassName
{
border-color: #3BDCE5;
}
.TagClassName
{
border-color: #3BDCE5;
}
</style>