Shades of Medium Turquoise #34CED8
Tints of Medium Turquoise #34CED8
RGB
CMYK
RGB Variations
Color information
#34CED8 (or 0x34CED8) is known color: Medium Turquoise. HEX triplet: 34, CE and D8. RGB value is (52,206,216). Sum of RGB (Red+Green+Blue) = 52+206+216=474 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.97% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #34CED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CED8 is #CB3127. Grayscale: #A0A0A0. Windows color (decimal): -13316392 or 14208564. OLE color: 14208564.
HSL color Cylindrical-coordinate representation of color #34CED8: hue angle of 183.66º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CED8 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 206 | 216 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.15 |
| HSL | 183.66º | 0.68% | 0.53% | - |
| HSV(B) | 183.66º | 0.76% | 0.85% | - |
| XYZ | 35.88 | 49.83 | 72.69 | - |
| YUV | 161.09 | 158.98 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 216 | 0.76 | 0.05 | 0 | 0.15 | 183.66 | 0.68 | 0.53 |
| Hex | 34 | CE | D8 | 4C | 5 | 0 | F | B8 | 44 | 35 |
| Octal | 64 | 316 | 330 | 114 | 5 | 0 | 17 | 270 | 104 | 65 |
| Binary | 110100 | 11001110 | 11011000 | 1001100 | 101 | 0 | 1111 | 10111000 | 1000100 | 110101 |
Color Harmonies of #34CED8
Complementary color
Monochromatic Colors of #34CED8
Black with #34CED8
Text Example
Text Example
White with #34CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CED8; }
p { color: rgb(52,206,216); }
H1.HeaderClassName
{
color: #34CED8;
}
.AnyTagClassName
{
color: #34CED8;
}
</style>
background-color css
<style>
a { background-color: #34CED8; }
a { background-color: rgb(52,206,216); }
div.DivClassName
{
background-color: #34CED8;
}
.BgClassName
{
background-color: #34CED8;
}
</style>
border-color css
<style>
span { border-color: #34CED8; }
span { border-color: rgb(52,206,216); }
td.TdClassName
{
border-color: #34CED8;
}
.TagClassName
{
border-color: #34CED8;
}
</style>