Shades of Turquoise #3BEDDC
Tints of Turquoise #3BEDDC
RGB
CMYK
RGB Variations
Color information
#3BEDDC (or 0x3BEDDC) is known color: Turquoise. HEX triplet: 3B, ED and DC. RGB value is (59,237,220). Sum of RGB (Red+Green+Blue) = 59+237+220=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEDDC is #C41223. Grayscale: #B5B5B5. Windows color (decimal): -12849700 or 14478651. OLE color: 14478651.
HSL color Cylindrical-coordinate representation of color #3BEDDC: hue angle of 174.27º 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 #3BEDDC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 237 | 220 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.07 |
| HSL | 174.27º | 0.83% | 0.58% | - |
| HSV(B) | 174.27º | 0.75% | 0.93% | - |
| XYZ | 45.01 | 66.67 | 78.21 | - |
| YUV | 181.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 237 | 220 | 0.75 | 0 | 0.07 | 0.07 | 174.27 | 0.83 | 0.58 |
| Hex | 3B | ED | DC | 4B | 0 | 7 | 7 | AE | 53 | 3A |
| Octal | 73 | 355 | 334 | 113 | 0 | 7 | 7 | 256 | 123 | 72 |
| Binary | 111011 | 11101101 | 11011100 | 1001011 | 0 | 111 | 111 | 10101110 | 1010011 | 111010 |
Color Harmonies of #3BEDDC
Complementary color
Monochromatic Colors of #3BEDDC
Black with #3BEDDC
Text Example
Text Example
White with #3BEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEDDC; }
p { color: rgb(59,237,220); }
H1.HeaderClassName
{
color: #3BEDDC;
}
.AnyTagClassName
{
color: #3BEDDC;
}
</style>
background-color css
<style>
a { background-color: #3BEDDC; }
a { background-color: rgb(59,237,220); }
div.DivClassName
{
background-color: #3BEDDC;
}
.BgClassName
{
background-color: #3BEDDC;
}
</style>
border-color css
<style>
span { border-color: #3BEDDC; }
span { border-color: rgb(59,237,220); }
td.TdClassName
{
border-color: #3BEDDC;
}
.TagClassName
{
border-color: #3BEDDC;
}
</style>