Shades of Medium Turquoise #34CBDB
Tints of Medium Turquoise #34CBDB
RGB
CMYK
RGB Variations
Color information
#34CBDB (or 0x34CBDB) is known color: Medium Turquoise. HEX triplet: 34, CB and DB. RGB value is (52,203,219). Sum of RGB (Red+Green+Blue) = 52+203+219=474 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.97% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #34CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBDB is #CB3424. Grayscale: #9F9F9F. Windows color (decimal): -13317157 or 14404404. OLE color: 14404404.
HSL color Cylindrical-coordinate representation of color #34CBDB: hue angle of 185.75º 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 #34CBDB is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 203 | 219 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.14 |
| HSL | 185.75º | 0.7% | 0.53% | - |
| HSV(B) | 185.75º | 0.76% | 0.86% | - |
| XYZ | 35.56 | 48.56 | 74.52 | - |
| YUV | 159.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 219 | 0.76 | 0.07 | 0 | 0.14 | 185.75 | 0.7 | 0.53 |
| Hex | 34 | CB | DB | 4C | 7 | 0 | E | BA | 46 | 35 |
| Octal | 64 | 313 | 333 | 114 | 7 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110100 | 11001011 | 11011011 | 1001100 | 111 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #34CBDB
Complementary color
Monochromatic Colors of #34CBDB
Black with #34CBDB
Text Example
Text Example
White with #34CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBDB; }
p { color: rgb(52,203,219); }
H1.HeaderClassName
{
color: #34CBDB;
}
.AnyTagClassName
{
color: #34CBDB;
}
</style>
background-color css
<style>
a { background-color: #34CBDB; }
a { background-color: rgb(52,203,219); }
div.DivClassName
{
background-color: #34CBDB;
}
.BgClassName
{
background-color: #34CBDB;
}
</style>
border-color css
<style>
span { border-color: #34CBDB; }
span { border-color: rgb(52,203,219); }
td.TdClassName
{
border-color: #34CBDB;
}
.TagClassName
{
border-color: #34CBDB;
}
</style>