Shades of Turquoise #3BEECC
Tints of Turquoise #3BEECC
RGB
CMYK
RGB Variations
Color information
#3BEECC (or 0x3BEECC) is known color: Turquoise. HEX triplet: 3B, EE and CC. RGB value is (59,238,204). Sum of RGB (Red+Green+Blue) = 59+238+204=501 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.78% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEECC is #C41133. Grayscale: #B4B4B4. Windows color (decimal): -12849460 or 13430331. OLE color: 13430331.
HSL color Cylindrical-coordinate representation of color #3BEECC: hue angle of 168.6º 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 #3BEECC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 204 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.07 |
| HSL | 168.6º | 0.84% | 0.58% | - |
| HSV(B) | 168.6º | 0.75% | 0.93% | - |
| XYZ | 43.28 | 66.44 | 67.67 | - |
| YUV | 180.6 | 141.2 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 204 | 0.75 | 0 | 0.14 | 0.07 | 168.6 | 0.84 | 0.58 |
| Hex | 3B | EE | CC | 4B | 0 | E | 7 | A9 | 54 | 3A |
| Octal | 73 | 356 | 314 | 113 | 0 | 16 | 7 | 251 | 124 | 72 |
| Binary | 111011 | 11101110 | 11001100 | 1001011 | 0 | 1110 | 111 | 10101001 | 1010100 | 111010 |
Color Harmonies of #3BEECC
Complementary color
Monochromatic Colors of #3BEECC
Black with #3BEECC
Text Example
Text Example
White with #3BEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEECC; }
p { color: rgb(59,238,204); }
H1.HeaderClassName
{
color: #3BEECC;
}
.AnyTagClassName
{
color: #3BEECC;
}
</style>
background-color css
<style>
a { background-color: #3BEECC; }
a { background-color: rgb(59,238,204); }
div.DivClassName
{
background-color: #3BEECC;
}
.BgClassName
{
background-color: #3BEECC;
}
</style>
border-color css
<style>
span { border-color: #3BEECC; }
span { border-color: rgb(59,238,204); }
td.TdClassName
{
border-color: #3BEECC;
}
.TagClassName
{
border-color: #3BEECC;
}
</style>