Shades of Medium Turquoise #34CFD1
Tints of Medium Turquoise #34CFD1
RGB
CMYK
RGB Variations
Color information
#34CFD1 (or 0x34CFD1) is known color: Medium Turquoise. HEX triplet: 34, CF and D1. RGB value is (52,207,209). Sum of RGB (Red+Green+Blue) = 52+207+209=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #34CFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFD1 is #CB302E. Grayscale: #A0A0A0. Windows color (decimal): -13316143 or 13750068. OLE color: 13750068.
HSL color Cylindrical-coordinate representation of color #34CFD1: hue angle of 180.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CFD1 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 207 | 209 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.18 |
| HSL | 180.76º | 0.63% | 0.51% | - |
| HSV(B) | 180.76º | 0.75% | 0.82% | - |
| XYZ | 35.24 | 49.96 | 68.11 | - |
| YUV | 160.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 209 | 0.75 | 0.01 | 0 | 0.18 | 180.76 | 0.63 | 0.51 |
| Hex | 34 | CF | D1 | 4B | 1 | 0 | 12 | B5 | 3F | 33 |
| Octal | 64 | 317 | 321 | 113 | 1 | 0 | 22 | 265 | 77 | 63 |
| Binary | 110100 | 11001111 | 11010001 | 1001011 | 1 | 0 | 10010 | 10110101 | 111111 | 110011 |
Color Harmonies of #34CFD1
Complementary color
Monochromatic Colors of #34CFD1
Black with #34CFD1
Text Example
Text Example
White with #34CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFD1; }
p { color: rgb(52,207,209); }
H1.HeaderClassName
{
color: #34CFD1;
}
.AnyTagClassName
{
color: #34CFD1;
}
</style>
background-color css
<style>
a { background-color: #34CFD1; }
a { background-color: rgb(52,207,209); }
div.DivClassName
{
background-color: #34CFD1;
}
.BgClassName
{
background-color: #34CFD1;
}
</style>
border-color css
<style>
span { border-color: #34CFD1; }
span { border-color: rgb(52,207,209); }
td.TdClassName
{
border-color: #34CFD1;
}
.TagClassName
{
border-color: #34CFD1;
}
</style>