Shades of Turquoise #3BDAE1
Tints of Turquoise #3BDAE1
RGB
CMYK
RGB Variations
Color information
#3BDAE1 (or 0x3BDAE1) is known color: Turquoise. HEX triplet: 3B, DA and E1. RGB value is (59,218,225). Sum of RGB (Red+Green+Blue) = 59+218+225=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #3BDAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDAE1 is #C4251E. Grayscale: #ABABAB. Windows color (decimal): -12854559 or 14801467. OLE color: 14801467.
HSL color Cylindrical-coordinate representation of color #3BDAE1: hue angle of 182.53º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDAE1 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 218 | 225 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.12 |
| HSL | 182.53º | 0.73% | 0.56% | - |
| HSV(B) | 182.53º | 0.74% | 0.88% | - |
| XYZ | 40.47 | 56.51 | 80.01 | - |
| YUV | 171.26 | 158.32 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 225 | 0.74 | 0.03 | 0 | 0.12 | 182.53 | 0.73 | 0.56 |
| Hex | 3B | DA | E1 | 4A | 3 | 0 | C | B7 | 49 | 38 |
| Octal | 73 | 332 | 341 | 112 | 3 | 0 | 14 | 267 | 111 | 70 |
| Binary | 111011 | 11011010 | 11100001 | 1001010 | 11 | 0 | 1100 | 10110111 | 1001001 | 111000 |
Color Harmonies of #3BDAE1
Complementary color
Monochromatic Colors of #3BDAE1
Black with #3BDAE1
Text Example
Text Example
White with #3BDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAE1; }
p { color: rgb(59,218,225); }
H1.HeaderClassName
{
color: #3BDAE1;
}
.AnyTagClassName
{
color: #3BDAE1;
}
</style>
background-color css
<style>
a { background-color: #3BDAE1; }
a { background-color: rgb(59,218,225); }
div.DivClassName
{
background-color: #3BDAE1;
}
.BgClassName
{
background-color: #3BDAE1;
}
</style>
border-color css
<style>
span { border-color: #3BDAE1; }
span { border-color: rgb(59,218,225); }
td.TdClassName
{
border-color: #3BDAE1;
}
.TagClassName
{
border-color: #3BDAE1;
}
</style>