Shades of Medium Turquoise #34CFDB
Tints of Medium Turquoise #34CFDB
RGB
CMYK
RGB Variations
Color information
#34CFDB (or 0x34CFDB) is known color: Medium Turquoise. HEX triplet: 34, CF and DB. RGB value is (52,207,219). Sum of RGB (Red+Green+Blue) = 52+207+219=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #34CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFDB is #CB3024. Grayscale: #A1A1A1. Windows color (decimal): -13316133 or 14405428. OLE color: 14405428.
HSL color Cylindrical-coordinate representation of color #34CFDB: hue angle of 184.31º 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 #34CFDB is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 207 | 219 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.14 |
| HSL | 184.31º | 0.7% | 0.53% | - |
| HSV(B) | 184.31º | 0.76% | 0.86% | - |
| XYZ | 36.52 | 50.47 | 74.84 | - |
| YUV | 162.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 219 | 0.76 | 0.05 | 0 | 0.14 | 184.31 | 0.7 | 0.53 |
| Hex | 34 | CF | DB | 4C | 5 | 0 | E | B8 | 46 | 35 |
| Octal | 64 | 317 | 333 | 114 | 5 | 0 | 16 | 270 | 106 | 65 |
| Binary | 110100 | 11001111 | 11011011 | 1001100 | 101 | 0 | 1110 | 10111000 | 1000110 | 110101 |
Color Harmonies of #34CFDB
Complementary color
Monochromatic Colors of #34CFDB
Black with #34CFDB
Text Example
Text Example
White with #34CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFDB; }
p { color: rgb(52,207,219); }
H1.HeaderClassName
{
color: #34CFDB;
}
.AnyTagClassName
{
color: #34CFDB;
}
</style>
background-color css
<style>
a { background-color: #34CFDB; }
a { background-color: rgb(52,207,219); }
div.DivClassName
{
background-color: #34CFDB;
}
.BgClassName
{
background-color: #34CFDB;
}
</style>
border-color css
<style>
span { border-color: #34CFDB; }
span { border-color: rgb(52,207,219); }
td.TdClassName
{
border-color: #34CFDB;
}
.TagClassName
{
border-color: #34CFDB;
}
</style>