Shades of Turquoise #34F3C9
Tints of Turquoise #34F3C9
RGB
CMYK
RGB Variations
Color information
#34F3C9 (or 0x34F3C9) is known color: Turquoise. HEX triplet: 34, F3 and C9. RGB value is (52,243,201). Sum of RGB (Red+Green+Blue) = 52+243+201=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #34F3C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F3C9 is #CB0C36. Grayscale: #B5B5B5. Windows color (decimal): -13306935 or 13234996. OLE color: 13234996.
HSL color Cylindrical-coordinate representation of color #34F3C9: hue angle of 166.81º degrees, saturation: 0.89, 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 #34F3C9 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 243 | 201 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.05 |
| HSL | 166.81º | 0.89% | 0.58% | - |
| HSV(B) | 166.81º | 0.79% | 0.95% | - |
| XYZ | 44.01 | 69.05 | 66.27 | - |
| YUV | 181.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 243 | 201 | 0.79 | 0 | 0.17 | 0.05 | 166.81 | 0.89 | 0.58 |
| Hex | 34 | F3 | C9 | 4F | 0 | 11 | 5 | A7 | 59 | 3A |
| Octal | 64 | 363 | 311 | 117 | 0 | 21 | 5 | 247 | 131 | 72 |
| Binary | 110100 | 11110011 | 11001001 | 1001111 | 0 | 10001 | 101 | 10100111 | 1011001 | 111010 |
Color Harmonies of #34F3C9
Complementary color
Monochromatic Colors of #34F3C9
Black with #34F3C9
Text Example
Text Example
White with #34F3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F3C9; }
p { color: rgb(52,243,201); }
H1.HeaderClassName
{
color: #34F3C9;
}
.AnyTagClassName
{
color: #34F3C9;
}
</style>
background-color css
<style>
a { background-color: #34F3C9; }
a { background-color: rgb(52,243,201); }
div.DivClassName
{
background-color: #34F3C9;
}
.BgClassName
{
background-color: #34F3C9;
}
</style>
border-color css
<style>
span { border-color: #34F3C9; }
span { border-color: rgb(52,243,201); }
td.TdClassName
{
border-color: #34F3C9;
}
.TagClassName
{
border-color: #34F3C9;
}
</style>