Shades of Turquoise #34FAC8
Tints of Turquoise #34FAC8
RGB
CMYK
RGB Variations
Color information
#34FAC8 (or 0x34FAC8) is known color: Turquoise. HEX triplet: 34, FA and C8. RGB value is (52,250,200). Sum of RGB (Red+Green+Blue) = 52+250+200=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FAC8 is #CB0537. Grayscale: #B9B9B9. Windows color (decimal): -13305144 or 13171252. OLE color: 13171252.
HSL color Cylindrical-coordinate representation of color #34FAC8: hue angle of 164.85º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FAC8 is Cyan = 0.79, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 200 | - |
| CMYK | 0.79 | 0 | 0.2 | 0.02 |
| HSL | 164.85º | 0.95% | 0.59% | - |
| HSV(B) | 164.85º | 0.79% | 0.98% | - |
| XYZ | 46.03 | 73.27 | 66.36 | - |
| YUV | 185.1 | 136.4 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 200 | 0.79 | 0 | 0.2 | 0.02 | 164.85 | 0.95 | 0.59 |
| Hex | 34 | FA | C8 | 4F | 0 | 14 | 2 | A5 | 5F | 3B |
| Octal | 64 | 372 | 310 | 117 | 0 | 24 | 2 | 245 | 137 | 73 |
| Binary | 110100 | 11111010 | 11001000 | 1001111 | 0 | 10100 | 10 | 10100101 | 1011111 | 111011 |
Color Harmonies of #34FAC8
Complementary color
Monochromatic Colors of #34FAC8
Black with #34FAC8
Text Example
Text Example
White with #34FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FAC8; }
p { color: rgb(52,250,200); }
H1.HeaderClassName
{
color: #34FAC8;
}
.AnyTagClassName
{
color: #34FAC8;
}
</style>
background-color css
<style>
a { background-color: #34FAC8; }
a { background-color: rgb(52,250,200); }
div.DivClassName
{
background-color: #34FAC8;
}
.BgClassName
{
background-color: #34FAC8;
}
</style>
border-color css
<style>
span { border-color: #34FAC8; }
span { border-color: rgb(52,250,200); }
td.TdClassName
{
border-color: #34FAC8;
}
.TagClassName
{
border-color: #34FAC8;
}
</style>