Shades of Turquoise #34FDC9
Tints of Turquoise #34FDC9
RGB
CMYK
RGB Variations
Color information
#34FDC9 (or 0x34FDC9) is known color: Turquoise. HEX triplet: 34, FD and C9. RGB value is (52,253,201). Sum of RGB (Red+Green+Blue) = 52+253+201=506 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.28% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #34FDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FDC9 is #CB0236. Grayscale: #BABABA. Windows color (decimal): -13304375 or 13237556. OLE color: 13237556.
HSL color Cylindrical-coordinate representation of color #34FDC9: hue angle of 164.48º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FDC9 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 253 | 201 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.01 |
| HSL | 164.48º | 0.98% | 0.6% | - |
| HSV(B) | 164.48º | 0.79% | 0.99% | - |
| XYZ | 47.08 | 75.2 | 67.29 | - |
| YUV | 186.97 | 135.91 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 253 | 201 | 0.79 | 0 | 0.21 | 0.01 | 164.48 | 0.98 | 0.6 |
| Hex | 34 | FD | C9 | 4F | 0 | 15 | 1 | A4 | 62 | 3C |
| Octal | 64 | 375 | 311 | 117 | 0 | 25 | 1 | 244 | 142 | 74 |
| Binary | 110100 | 11111101 | 11001001 | 1001111 | 0 | 10101 | 1 | 10100100 | 1100010 | 111100 |
Color Harmonies of #34FDC9
Complementary color
Monochromatic Colors of #34FDC9
Black with #34FDC9
Text Example
Text Example
White with #34FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FDC9; }
p { color: rgb(52,253,201); }
H1.HeaderClassName
{
color: #34FDC9;
}
.AnyTagClassName
{
color: #34FDC9;
}
</style>
background-color css
<style>
a { background-color: #34FDC9; }
a { background-color: rgb(52,253,201); }
div.DivClassName
{
background-color: #34FDC9;
}
.BgClassName
{
background-color: #34FDC9;
}
</style>
border-color css
<style>
span { border-color: #34FDC9; }
span { border-color: rgb(52,253,201); }
td.TdClassName
{
border-color: #34FDC9;
}
.TagClassName
{
border-color: #34FDC9;
}
</style>