Shades of Turquoise #34F2B7
Tints of Turquoise #34F2B7
RGB
CMYK
RGB Variations
Color information
#34F2B7 (or 0x34F2B7) is known color: Turquoise. HEX triplet: 34, F2 and B7. RGB value is (52,242,183). Sum of RGB (Red+Green+Blue) = 52+242+183=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2B7 is #CB0D48. Grayscale: #B2B2B2. Windows color (decimal): -13307209 or 12055092. OLE color: 12055092.
HSL color Cylindrical-coordinate representation of color #34F2B7: hue angle of 161.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F2B7 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 183 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.05 |
| HSL | 161.37º | 0.88% | 0.58% | - |
| HSV(B) | 161.37º | 0.79% | 0.95% | - |
| XYZ | 41.72 | 67.65 | 55.66 | - |
| YUV | 178.46 | 130.55 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 183 | 0.79 | 0 | 0.24 | 0.05 | 161.37 | 0.88 | 0.58 |
| Hex | 34 | F2 | B7 | 4F | 0 | 18 | 5 | A1 | 58 | 3A |
| Octal | 64 | 362 | 267 | 117 | 0 | 30 | 5 | 241 | 130 | 72 |
| Binary | 110100 | 11110010 | 10110111 | 1001111 | 0 | 11000 | 101 | 10100001 | 1011000 | 111010 |
Color Harmonies of #34F2B7
Complementary color
Monochromatic Colors of #34F2B7
Black with #34F2B7
Text Example
Text Example
White with #34F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F2B7; }
p { color: rgb(52,242,183); }
H1.HeaderClassName
{
color: #34F2B7;
}
.AnyTagClassName
{
color: #34F2B7;
}
</style>
background-color css
<style>
a { background-color: #34F2B7; }
a { background-color: rgb(52,242,183); }
div.DivClassName
{
background-color: #34F2B7;
}
.BgClassName
{
background-color: #34F2B7;
}
</style>
border-color css
<style>
span { border-color: #34F2B7; }
span { border-color: rgb(52,242,183); }
td.TdClassName
{
border-color: #34F2B7;
}
.TagClassName
{
border-color: #34F2B7;
}
</style>