Shades of Medium Turquoise #34C8CF
Tints of Medium Turquoise #34C8CF
RGB
CMYK
RGB Variations
Color information
#34C8CF (or 0x34C8CF) is known color: Medium Turquoise. HEX triplet: 34, C8 and CF. RGB value is (52,200,207). Sum of RGB (Red+Green+Blue) = 52+200+207=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #34C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C8CF is #CB3730. Grayscale: #9C9C9C. Windows color (decimal): -13317937 or 13617204. OLE color: 13617204.
HSL color Cylindrical-coordinate representation of color #34C8CF: hue angle of 182.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34C8CF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 200 | 207 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.19 |
| HSL | 182.71º | 0.62% | 0.51% | - |
| HSV(B) | 182.71º | 0.75% | 0.81% | - |
| XYZ | 33.33 | 46.54 | 66.26 | - |
| YUV | 156.55 | 156.47 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 207 | 0.75 | 0.03 | 0 | 0.19 | 182.71 | 0.62 | 0.51 |
| Hex | 34 | C8 | CF | 4B | 3 | 0 | 13 | B7 | 3E | 33 |
| Octal | 64 | 310 | 317 | 113 | 3 | 0 | 23 | 267 | 76 | 63 |
| Binary | 110100 | 11001000 | 11001111 | 1001011 | 11 | 0 | 10011 | 10110111 | 111110 | 110011 |
Color Harmonies of #34C8CF
Complementary color
Monochromatic Colors of #34C8CF
Black with #34C8CF
Text Example
Text Example
White with #34C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C8CF; }
p { color: rgb(52,200,207); }
H1.HeaderClassName
{
color: #34C8CF;
}
.AnyTagClassName
{
color: #34C8CF;
}
</style>
background-color css
<style>
a { background-color: #34C8CF; }
a { background-color: rgb(52,200,207); }
div.DivClassName
{
background-color: #34C8CF;
}
.BgClassName
{
background-color: #34C8CF;
}
</style>
border-color css
<style>
span { border-color: #34C8CF; }
span { border-color: rgb(52,200,207); }
td.TdClassName
{
border-color: #34C8CF;
}
.TagClassName
{
border-color: #34C8CF;
}
</style>