Shades of Medium Turquoise #34CADB
Tints of Medium Turquoise #34CADB
RGB
CMYK
RGB Variations
Color information
#34CADB (or 0x34CADB) is known color: Medium Turquoise. HEX triplet: 34, CA and DB. RGB value is (52,202,219). Sum of RGB (Red+Green+Blue) = 52+202+219=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #34CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CADB is #CB3524. Grayscale: #9E9E9E. Windows color (decimal): -13317413 or 14404148. OLE color: 14404148.
HSL color Cylindrical-coordinate representation of color #34CADB: hue angle of 186.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CADB is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 202 | 219 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.14 |
| HSL | 186.11º | 0.7% | 0.53% | - |
| HSV(B) | 186.11º | 0.76% | 0.86% | - |
| XYZ | 35.32 | 48.09 | 74.44 | - |
| YUV | 159.09 | 161.81 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 219 | 0.76 | 0.08 | 0 | 0.14 | 186.11 | 0.7 | 0.53 |
| Hex | 34 | CA | DB | 4C | 8 | 0 | E | BA | 46 | 35 |
| Octal | 64 | 312 | 333 | 114 | 10 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110100 | 11001010 | 11011011 | 1001100 | 1000 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #34CADB
Complementary color
Monochromatic Colors of #34CADB
Black with #34CADB
Text Example
Text Example
White with #34CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CADB; }
p { color: rgb(52,202,219); }
H1.HeaderClassName
{
color: #34CADB;
}
.AnyTagClassName
{
color: #34CADB;
}
</style>
background-color css
<style>
a { background-color: #34CADB; }
a { background-color: rgb(52,202,219); }
div.DivClassName
{
background-color: #34CADB;
}
.BgClassName
{
background-color: #34CADB;
}
</style>
border-color css
<style>
span { border-color: #34CADB; }
span { border-color: rgb(52,202,219); }
td.TdClassName
{
border-color: #34CADB;
}
.TagClassName
{
border-color: #34CADB;
}
</style>