Shades of Turquoise #3BDCED
Tints of Turquoise #3BDCED
RGB
CMYK
RGB Variations
Color information
#3BDCED (or 0x3BDCED) is known color: Turquoise. HEX triplet: 3B, DC and ED. RGB value is (59,220,237). Sum of RGB (Red+Green+Blue) = 59+220+237=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BDCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDCED is #C42312. Grayscale: #ADADAD. Windows color (decimal): -12854035 or 15588411. OLE color: 15588411.
HSL color Cylindrical-coordinate representation of color #3BDCED: hue angle of 185.73º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDCED is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 220 | 237 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.07 |
| HSL | 185.73º | 0.83% | 0.58% | - |
| HSV(B) | 185.73º | 0.75% | 0.93% | - |
| XYZ | 42.68 | 58.23 | 89.11 | - |
| YUV | 173.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 237 | 0.75 | 0.07 | 0 | 0.07 | 185.73 | 0.83 | 0.58 |
| Hex | 3B | DC | ED | 4B | 7 | 0 | 7 | BA | 53 | 3A |
| Octal | 73 | 334 | 355 | 113 | 7 | 0 | 7 | 272 | 123 | 72 |
| Binary | 111011 | 11011100 | 11101101 | 1001011 | 111 | 0 | 111 | 10111010 | 1010011 | 111010 |
Color Harmonies of #3BDCED
Complementary color
Monochromatic Colors of #3BDCED
Black with #3BDCED
Text Example
Text Example
White with #3BDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCED; }
p { color: rgb(59,220,237); }
H1.HeaderClassName
{
color: #3BDCED;
}
.AnyTagClassName
{
color: #3BDCED;
}
</style>
background-color css
<style>
a { background-color: #3BDCED; }
a { background-color: rgb(59,220,237); }
div.DivClassName
{
background-color: #3BDCED;
}
.BgClassName
{
background-color: #3BDCED;
}
</style>
border-color css
<style>
span { border-color: #3BDCED; }
span { border-color: rgb(59,220,237); }
td.TdClassName
{
border-color: #3BDCED;
}
.TagClassName
{
border-color: #3BDCED;
}
</style>