Shades of Turquoise #34F2F5
Tints of Turquoise #34F2F5
RGB
CMYK
RGB Variations
Color information
#34F2F5 (or 0x34F2F5) is known color: Turquoise. HEX triplet: 34, F2 and F5. RGB value is (52,242,245). Sum of RGB (Red+Green+Blue) = 52+242+245=539 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.65% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #34F2F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F2F5 is #CB0D0A. Grayscale: #B9B9B9. Windows color (decimal): -13307147 or 16118324. OLE color: 16118324.
HSL color Cylindrical-coordinate representation of color #34F2F5: hue angle of 180.93º degrees, saturation: 0.91, 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 #34F2F5 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 242 | 245 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.04 |
| HSL | 180.93º | 0.91% | 0.58% | - |
| HSV(B) | 180.93º | 0.79% | 0.96% | - |
| XYZ | 49.65 | 70.83 | 97.44 | - |
| YUV | 185.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 245 | 0.79 | 0.01 | 0 | 0.04 | 180.93 | 0.91 | 0.58 |
| Hex | 34 | F2 | F5 | 4F | 1 | 0 | 4 | B5 | 5B | 3A |
| Octal | 64 | 362 | 365 | 117 | 1 | 0 | 4 | 265 | 133 | 72 |
| Binary | 110100 | 11110010 | 11110101 | 1001111 | 1 | 0 | 100 | 10110101 | 1011011 | 111010 |
Color Harmonies of #34F2F5
Complementary color
Monochromatic Colors of #34F2F5
Black with #34F2F5
Text Example
Text Example
White with #34F2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F2F5; }
p { color: rgb(52,242,245); }
H1.HeaderClassName
{
color: #34F2F5;
}
.AnyTagClassName
{
color: #34F2F5;
}
</style>
background-color css
<style>
a { background-color: #34F2F5; }
a { background-color: rgb(52,242,245); }
div.DivClassName
{
background-color: #34F2F5;
}
.BgClassName
{
background-color: #34F2F5;
}
</style>
border-color css
<style>
span { border-color: #34F2F5; }
span { border-color: rgb(52,242,245); }
td.TdClassName
{
border-color: #34F2F5;
}
.TagClassName
{
border-color: #34F2F5;
}
</style>