Shades of Turquoise #34FCD8
Tints of Turquoise #34FCD8
RGB
CMYK
RGB Variations
Color information
#34FCD8 (or 0x34FCD8) is known color: Turquoise. HEX triplet: 34, FC and D8. RGB value is (52,252,216). Sum of RGB (Red+Green+Blue) = 52+252+216=520 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCD8 is #CB0327. Grayscale: #BCBCBC. Windows color (decimal): -13304616 or 14220340. OLE color: 14220340.
HSL color Cylindrical-coordinate representation of color #34FCD8: hue angle of 169.2º degrees, saturation: 0.97, 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 #34FCD8 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 252 | 216 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.01 |
| HSL | 169.2º | 0.97% | 0.6% | - |
| HSV(B) | 169.2º | 0.79% | 0.99% | - |
| XYZ | 48.62 | 75.31 | 76.94 | - |
| YUV | 188.1 | 143.74 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 252 | 216 | 0.79 | 0 | 0.14 | 0.01 | 169.2 | 0.97 | 0.6 |
| Hex | 34 | FC | D8 | 4F | 0 | E | 1 | A9 | 61 | 3C |
| Octal | 64 | 374 | 330 | 117 | 0 | 16 | 1 | 251 | 141 | 74 |
| Binary | 110100 | 11111100 | 11011000 | 1001111 | 0 | 1110 | 1 | 10101001 | 1100001 | 111100 |
Color Harmonies of #34FCD8
Complementary color
Monochromatic Colors of #34FCD8
Black with #34FCD8
Text Example
Text Example
White with #34FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FCD8; }
p { color: rgb(52,252,216); }
H1.HeaderClassName
{
color: #34FCD8;
}
.AnyTagClassName
{
color: #34FCD8;
}
</style>
background-color css
<style>
a { background-color: #34FCD8; }
a { background-color: rgb(52,252,216); }
div.DivClassName
{
background-color: #34FCD8;
}
.BgClassName
{
background-color: #34FCD8;
}
</style>
border-color css
<style>
span { border-color: #34FCD8; }
span { border-color: rgb(52,252,216); }
td.TdClassName
{
border-color: #34FCD8;
}
.TagClassName
{
border-color: #34FCD8;
}
</style>