Shades of Turquoise #34F7E8
Tints of Turquoise #34F7E8
RGB
CMYK
RGB Variations
Color information
#34F7E8 (or 0x34F7E8) is known color: Turquoise. HEX triplet: 34, F7 and E8. RGB value is (52,247,232). Sum of RGB (Red+Green+Blue) = 52+247+232=531 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.79% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #34F7E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F7E8 is #CB0817. Grayscale: #BABABA. Windows color (decimal): -13305880 or 15267636. OLE color: 15267636.
HSL color Cylindrical-coordinate representation of color #34F7E8: hue angle of 175.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F7E8 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 247 | 232 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.03 |
| HSL | 175.38º | 0.92% | 0.59% | - |
| HSV(B) | 175.38º | 0.79% | 0.97% | - |
| XYZ | 49.24 | 73.08 | 87.85 | - |
| YUV | 186.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 247 | 232 | 0.79 | 0 | 0.06 | 0.03 | 175.38 | 0.92 | 0.59 |
| Hex | 34 | F7 | E8 | 4F | 0 | 6 | 3 | AF | 5C | 3B |
| Octal | 64 | 367 | 350 | 117 | 0 | 6 | 3 | 257 | 134 | 73 |
| Binary | 110100 | 11110111 | 11101000 | 1001111 | 0 | 110 | 11 | 10101111 | 1011100 | 111011 |
Color Harmonies of #34F7E8
Complementary color
Monochromatic Colors of #34F7E8
Black with #34F7E8
Text Example
Text Example
White with #34F7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F7E8; }
p { color: rgb(52,247,232); }
H1.HeaderClassName
{
color: #34F7E8;
}
.AnyTagClassName
{
color: #34F7E8;
}
</style>
background-color css
<style>
a { background-color: #34F7E8; }
a { background-color: rgb(52,247,232); }
div.DivClassName
{
background-color: #34F7E8;
}
.BgClassName
{
background-color: #34F7E8;
}
</style>
border-color css
<style>
span { border-color: #34F7E8; }
span { border-color: rgb(52,247,232); }
td.TdClassName
{
border-color: #34F7E8;
}
.TagClassName
{
border-color: #34F7E8;
}
</style>