Shades of Turquoise #3BEEC3
Tints of Turquoise #3BEEC3
RGB
CMYK
RGB Variations
Color information
#3BEEC3 (or 0x3BEEC3) is known color: Turquoise. HEX triplet: 3B, EE and C3. RGB value is (59,238,195). Sum of RGB (Red+Green+Blue) = 59+238+195=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEC3 is #C4113C. Grayscale: #B3B3B3. Windows color (decimal): -12849469 or 12840507. OLE color: 12840507.
HSL color Cylindrical-coordinate representation of color #3BEEC3: hue angle of 165.59º 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 #3BEEC3 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 195 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.07 |
| HSL | 165.59º | 0.84% | 0.58% | - |
| HSV(B) | 165.59º | 0.75% | 0.93% | - |
| XYZ | 42.23 | 66.02 | 62.15 | - |
| YUV | 179.58 | 136.7 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 195 | 0.75 | 0 | 0.18 | 0.07 | 165.59 | 0.84 | 0.58 |
| Hex | 3B | EE | C3 | 4B | 0 | 12 | 7 | A6 | 54 | 3A |
| Octal | 73 | 356 | 303 | 113 | 0 | 22 | 7 | 246 | 124 | 72 |
| Binary | 111011 | 11101110 | 11000011 | 1001011 | 0 | 10010 | 111 | 10100110 | 1010100 | 111010 |
Color Harmonies of #3BEEC3
Complementary color
Monochromatic Colors of #3BEEC3
Black with #3BEEC3
Text Example
Text Example
White with #3BEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEC3; }
p { color: rgb(59,238,195); }
H1.HeaderClassName
{
color: #3BEEC3;
}
.AnyTagClassName
{
color: #3BEEC3;
}
</style>
background-color css
<style>
a { background-color: #3BEEC3; }
a { background-color: rgb(59,238,195); }
div.DivClassName
{
background-color: #3BEEC3;
}
.BgClassName
{
background-color: #3BEEC3;
}
</style>
border-color css
<style>
span { border-color: #3BEEC3; }
span { border-color: rgb(59,238,195); }
td.TdClassName
{
border-color: #3BEEC3;
}
.TagClassName
{
border-color: #3BEEC3;
}
</style>