Shades of Turquoise #34D4CC
Tints of Turquoise #34D4CC
RGB
CMYK
RGB Variations
Color information
#34D4CC (or 0x34D4CC) is known color: Turquoise. HEX triplet: 34, D4 and CC. RGB value is (52,212,204). Sum of RGB (Red+Green+Blue) = 52+212+204=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #34D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D4CC is #CB2B33. Grayscale: #A3A3A3. Windows color (decimal): -13314868 or 13423668. OLE color: 13423668.
HSL color Cylindrical-coordinate representation of color #34D4CC: hue angle of 177º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D4CC is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 212 | 204 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.17 |
| HSL | 177º | 0.65% | 0.52% | - |
| HSV(B) | 177º | 0.75% | 0.83% | - |
| XYZ | 35.86 | 52.18 | 65.31 | - |
| YUV | 163.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 204 | 0.75 | 0 | 0.04 | 0.17 | 177 | 0.65 | 0.52 |
| Hex | 34 | D4 | CC | 4B | 0 | 4 | 11 | B1 | 41 | 34 |
| Octal | 64 | 324 | 314 | 113 | 0 | 4 | 21 | 261 | 101 | 64 |
| Binary | 110100 | 11010100 | 11001100 | 1001011 | 0 | 100 | 10001 | 10110001 | 1000001 | 110100 |
Color Harmonies of #34D4CC
Complementary color
Monochromatic Colors of #34D4CC
Black with #34D4CC
Text Example
Text Example
White with #34D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D4CC; }
p { color: rgb(52,212,204); }
H1.HeaderClassName
{
color: #34D4CC;
}
.AnyTagClassName
{
color: #34D4CC;
}
</style>
background-color css
<style>
a { background-color: #34D4CC; }
a { background-color: rgb(52,212,204); }
div.DivClassName
{
background-color: #34D4CC;
}
.BgClassName
{
background-color: #34D4CC;
}
</style>
border-color css
<style>
span { border-color: #34D4CC; }
span { border-color: rgb(52,212,204); }
td.TdClassName
{
border-color: #34D4CC;
}
.TagClassName
{
border-color: #34D4CC;
}
</style>