Shades of Turquoise #34F5BC
Tints of Turquoise #34F5BC
RGB
CMYK
RGB Variations
Color information
#34F5BC (or 0x34F5BC) is known color: Turquoise. HEX triplet: 34, F5 and BC. RGB value is (52,245,188). Sum of RGB (Red+Green+Blue) = 52+245+188=485 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.72% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #34F5BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F5BC is #CB0A43. Grayscale: #B4B4B4. Windows color (decimal): -13306436 or 12383540. OLE color: 12383540.
HSL color Cylindrical-coordinate representation of color #34F5BC: hue angle of 162.28º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F5BC is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 245 | 188 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.04 |
| HSL | 162.28º | 0.91% | 0.58% | - |
| HSV(B) | 162.28º | 0.79% | 0.96% | - |
| XYZ | 43.15 | 69.67 | 58.75 | - |
| YUV | 180.8 | 132.06 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 245 | 188 | 0.79 | 0 | 0.23 | 0.04 | 162.28 | 0.91 | 0.58 |
| Hex | 34 | F5 | BC | 4F | 0 | 17 | 4 | A2 | 5B | 3A |
| Octal | 64 | 365 | 274 | 117 | 0 | 27 | 4 | 242 | 133 | 72 |
| Binary | 110100 | 11110101 | 10111100 | 1001111 | 0 | 10111 | 100 | 10100010 | 1011011 | 111010 |
Color Harmonies of #34F5BC
Complementary color
Monochromatic Colors of #34F5BC
Black with #34F5BC
Text Example
Text Example
White with #34F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F5BC; }
p { color: rgb(52,245,188); }
H1.HeaderClassName
{
color: #34F5BC;
}
.AnyTagClassName
{
color: #34F5BC;
}
</style>
background-color css
<style>
a { background-color: #34F5BC; }
a { background-color: rgb(52,245,188); }
div.DivClassName
{
background-color: #34F5BC;
}
.BgClassName
{
background-color: #34F5BC;
}
</style>
border-color css
<style>
span { border-color: #34F5BC; }
span { border-color: rgb(52,245,188); }
td.TdClassName
{
border-color: #34F5BC;
}
.TagClassName
{
border-color: #34F5BC;
}
</style>