Shades of Turquoise #3BEECD
Tints of Turquoise #3BEECD
RGB
CMYK
RGB Variations
Color information
#3BEECD (or 0x3BEECD) is known color: Turquoise. HEX triplet: 3B, EE and CD. RGB value is (59,238,205). Sum of RGB (Red+Green+Blue) = 59+238+205=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEECD is #C41132. Grayscale: #B4B4B4. Windows color (decimal): -12849459 or 13495867. OLE color: 13495867.
HSL color Cylindrical-coordinate representation of color #3BEECD: hue angle of 168.94º degrees, saturation: 0.84, 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 #3BEECD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 205 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.07 |
| HSL | 168.94º | 0.84% | 0.58% | - |
| HSV(B) | 168.94º | 0.75% | 0.93% | - |
| XYZ | 43.4 | 66.49 | 68.3 | - |
| YUV | 180.72 | 141.7 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 205 | 0.75 | 0 | 0.14 | 0.07 | 168.94 | 0.84 | 0.58 |
| Hex | 3B | EE | CD | 4B | 0 | E | 7 | A9 | 54 | 3A |
| Octal | 73 | 356 | 315 | 113 | 0 | 16 | 7 | 251 | 124 | 72 |
| Binary | 111011 | 11101110 | 11001101 | 1001011 | 0 | 1110 | 111 | 10101001 | 1010100 | 111010 |
Color Harmonies of #3BEECD
Complementary color
Monochromatic Colors of #3BEECD
Black with #3BEECD
Text Example
Text Example
White with #3BEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEECD; }
p { color: rgb(59,238,205); }
H1.HeaderClassName
{
color: #3BEECD;
}
.AnyTagClassName
{
color: #3BEECD;
}
</style>
background-color css
<style>
a { background-color: #3BEECD; }
a { background-color: rgb(59,238,205); }
div.DivClassName
{
background-color: #3BEECD;
}
.BgClassName
{
background-color: #3BEECD;
}
</style>
border-color css
<style>
span { border-color: #3BEECD; }
span { border-color: rgb(59,238,205); }
td.TdClassName
{
border-color: #3BEECD;
}
.TagClassName
{
border-color: #3BEECD;
}
</style>