Shades of Medium Turquoise #34CEDD
Tints of Medium Turquoise #34CEDD
RGB
CMYK
RGB Variations
Color information
#34CEDD (or 0x34CEDD) is known color: Medium Turquoise. HEX triplet: 34, CE and DD. RGB value is (52,206,221). Sum of RGB (Red+Green+Blue) = 52+206+221=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #34CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEDD is #CB3122. Grayscale: #A1A1A1. Windows color (decimal): -13316387 or 14536244. OLE color: 14536244.
HSL color Cylindrical-coordinate representation of color #34CEDD: hue angle of 185.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CEDD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 206 | 221 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.13 |
| HSL | 185.33º | 0.71% | 0.54% | - |
| HSV(B) | 185.33º | 0.76% | 0.87% | - |
| XYZ | 36.54 | 50.09 | 76.15 | - |
| YUV | 161.66 | 161.48 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 221 | 0.76 | 0.07 | 0 | 0.13 | 185.33 | 0.71 | 0.54 |
| Hex | 34 | CE | DD | 4C | 7 | 0 | D | B9 | 47 | 36 |
| Octal | 64 | 316 | 335 | 114 | 7 | 0 | 15 | 271 | 107 | 66 |
| Binary | 110100 | 11001110 | 11011101 | 1001100 | 111 | 0 | 1101 | 10111001 | 1000111 | 110110 |
Color Harmonies of #34CEDD
Complementary color
Monochromatic Colors of #34CEDD
Black with #34CEDD
Text Example
Text Example
White with #34CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEDD; }
p { color: rgb(52,206,221); }
H1.HeaderClassName
{
color: #34CEDD;
}
.AnyTagClassName
{
color: #34CEDD;
}
</style>
background-color css
<style>
a { background-color: #34CEDD; }
a { background-color: rgb(52,206,221); }
div.DivClassName
{
background-color: #34CEDD;
}
.BgClassName
{
background-color: #34CEDD;
}
</style>
border-color css
<style>
span { border-color: #34CEDD; }
span { border-color: rgb(52,206,221); }
td.TdClassName
{
border-color: #34CEDD;
}
.TagClassName
{
border-color: #34CEDD;
}
</style>