Shades of Turquoise #34F6F2
Tints of Turquoise #34F6F2
RGB
CMYK
RGB Variations
Color information
#34F6F2 (or 0x34F6F2) is known color: Turquoise. HEX triplet: 34, F6 and F2. RGB value is (52,246,242). Sum of RGB (Red+Green+Blue) = 52+246+242=540 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.63% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #34F6F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F6F2 is #CB090D. Grayscale: #BBBBBB. Windows color (decimal): -13306126 or 15922740. OLE color: 15922740.
HSL color Cylindrical-coordinate representation of color #34F6F2: hue angle of 178.76º degrees, saturation: 0.92, 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 #34F6F2 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 246 | 242 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.04 |
| HSL | 178.76º | 0.92% | 0.58% | - |
| HSV(B) | 178.76º | 0.79% | 0.96% | - |
| XYZ | 50.4 | 73.05 | 95.45 | - |
| YUV | 187.54 | 158.73 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 246 | 242 | 0.79 | 0 | 0.02 | 0.04 | 178.76 | 0.92 | 0.58 |
| Hex | 34 | F6 | F2 | 4F | 0 | 2 | 4 | B3 | 5C | 3A |
| Octal | 64 | 366 | 362 | 117 | 0 | 2 | 4 | 263 | 134 | 72 |
| Binary | 110100 | 11110110 | 11110010 | 1001111 | 0 | 10 | 100 | 10110011 | 1011100 | 111010 |
Color Harmonies of #34F6F2
Complementary color
Monochromatic Colors of #34F6F2
Black with #34F6F2
Text Example
Text Example
White with #34F6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F6F2; }
p { color: rgb(52,246,242); }
H1.HeaderClassName
{
color: #34F6F2;
}
.AnyTagClassName
{
color: #34F6F2;
}
</style>
background-color css
<style>
a { background-color: #34F6F2; }
a { background-color: rgb(52,246,242); }
div.DivClassName
{
background-color: #34F6F2;
}
.BgClassName
{
background-color: #34F6F2;
}
</style>
border-color css
<style>
span { border-color: #34F6F2; }
span { border-color: rgb(52,246,242); }
td.TdClassName
{
border-color: #34F6F2;
}
.TagClassName
{
border-color: #34F6F2;
}
</style>