Shades of Turquoise #34FAC1
Tints of Turquoise #34FAC1
RGB
CMYK
RGB Variations
Color information
#34FAC1 (or 0x34FAC1) is known color: Turquoise. HEX triplet: 34, FA and C1. RGB value is (52,250,193). Sum of RGB (Red+Green+Blue) = 52+250+193=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FAC1 is #CB053E. Grayscale: #B8B8B8. Windows color (decimal): -13305151 or 12712500. OLE color: 12712500.
HSL color Cylindrical-coordinate representation of color #34FAC1: hue angle of 162.73º 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 #34FAC1 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 193 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.02 |
| HSL | 162.73º | 0.95% | 0.59% | - |
| HSV(B) | 162.73º | 0.79% | 0.98% | - |
| XYZ | 45.23 | 72.95 | 62.15 | - |
| YUV | 184.3 | 132.9 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 193 | 0.79 | 0 | 0.23 | 0.02 | 162.73 | 0.95 | 0.59 |
| Hex | 34 | FA | C1 | 4F | 0 | 17 | 2 | A3 | 5F | 3B |
| Octal | 64 | 372 | 301 | 117 | 0 | 27 | 2 | 243 | 137 | 73 |
| Binary | 110100 | 11111010 | 11000001 | 1001111 | 0 | 10111 | 10 | 10100011 | 1011111 | 111011 |
Color Harmonies of #34FAC1
Complementary color
Monochromatic Colors of #34FAC1
Black with #34FAC1
Text Example
Text Example
White with #34FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FAC1; }
p { color: rgb(52,250,193); }
H1.HeaderClassName
{
color: #34FAC1;
}
.AnyTagClassName
{
color: #34FAC1;
}
</style>
background-color css
<style>
a { background-color: #34FAC1; }
a { background-color: rgb(52,250,193); }
div.DivClassName
{
background-color: #34FAC1;
}
.BgClassName
{
background-color: #34FAC1;
}
</style>
border-color css
<style>
span { border-color: #34FAC1; }
span { border-color: rgb(52,250,193); }
td.TdClassName
{
border-color: #34FAC1;
}
.TagClassName
{
border-color: #34FAC1;
}
</style>