Shades of Turquoise #34F2D5
Tints of Turquoise #34F2D5
RGB
CMYK
RGB Variations
Color information
#34F2D5 (or 0x34F2D5) is known color: Turquoise. HEX triplet: 34, F2 and D5. RGB value is (52,242,213). Sum of RGB (Red+Green+Blue) = 52+242+213=507 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.26% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2D5 is #CB0D2A. Grayscale: #B5B5B5. Windows color (decimal): -13307179 or 14021172. OLE color: 14021172.
HSL color Cylindrical-coordinate representation of color #34F2D5: hue angle of 170.84º 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 #34F2D5 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 213 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.05 |
| HSL | 170.84º | 0.88% | 0.58% | - |
| HSV(B) | 170.84º | 0.79% | 0.95% | - |
| XYZ | 45.18 | 69.04 | 73.9 | - |
| YUV | 181.88 | 145.55 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 213 | 0.79 | 0 | 0.12 | 0.05 | 170.84 | 0.88 | 0.58 |
| Hex | 34 | F2 | D5 | 4F | 0 | C | 5 | AB | 58 | 3A |
| Octal | 64 | 362 | 325 | 117 | 0 | 14 | 5 | 253 | 130 | 72 |
| Binary | 110100 | 11110010 | 11010101 | 1001111 | 0 | 1100 | 101 | 10101011 | 1011000 | 111010 |
Color Harmonies of #34F2D5
Complementary color
Monochromatic Colors of #34F2D5
Black with #34F2D5
Text Example
Text Example
White with #34F2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F2D5; }
p { color: rgb(52,242,213); }
H1.HeaderClassName
{
color: #34F2D5;
}
.AnyTagClassName
{
color: #34F2D5;
}
</style>
background-color css
<style>
a { background-color: #34F2D5; }
a { background-color: rgb(52,242,213); }
div.DivClassName
{
background-color: #34F2D5;
}
.BgClassName
{
background-color: #34F2D5;
}
</style>
border-color css
<style>
span { border-color: #34F2D5; }
span { border-color: rgb(52,242,213); }
td.TdClassName
{
border-color: #34F2D5;
}
.TagClassName
{
border-color: #34F2D5;
}
</style>