Shades of Turquoise #34F0D3
Tints of Turquoise #34F0D3
RGB
CMYK
RGB Variations
Color information
#34F0D3 (or 0x34F0D3) is known color: Turquoise. HEX triplet: 34, F0 and D3. RGB value is (52,240,211). Sum of RGB (Red+Green+Blue) = 52+240+211=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #34F0D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F0D3 is #CB0F2C. Grayscale: #B4B4B4. Windows color (decimal): -13307693 or 13889588. OLE color: 13889588.
HSL color Cylindrical-coordinate representation of color #34F0D3: hue angle of 170.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F0D3 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 211 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.06 |
| HSL | 170.74º | 0.86% | 0.57% | - |
| HSV(B) | 170.74º | 0.78% | 0.94% | - |
| XYZ | 44.33 | 67.75 | 72.37 | - |
| YUV | 180.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 211 | 0.78 | 0 | 0.12 | 0.06 | 170.74 | 0.86 | 0.57 |
| Hex | 34 | F0 | D3 | 4E | 0 | C | 6 | AB | 56 | 39 |
| Octal | 64 | 360 | 323 | 116 | 0 | 14 | 6 | 253 | 126 | 71 |
| Binary | 110100 | 11110000 | 11010011 | 1001110 | 0 | 1100 | 110 | 10101011 | 1010110 | 111001 |
Color Harmonies of #34F0D3
Complementary color
Monochromatic Colors of #34F0D3
Black with #34F0D3
Text Example
Text Example
White with #34F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F0D3; }
p { color: rgb(52,240,211); }
H1.HeaderClassName
{
color: #34F0D3;
}
.AnyTagClassName
{
color: #34F0D3;
}
</style>
background-color css
<style>
a { background-color: #34F0D3; }
a { background-color: rgb(52,240,211); }
div.DivClassName
{
background-color: #34F0D3;
}
.BgClassName
{
background-color: #34F0D3;
}
</style>
border-color css
<style>
span { border-color: #34F0D3; }
span { border-color: rgb(52,240,211); }
td.TdClassName
{
border-color: #34F0D3;
}
.TagClassName
{
border-color: #34F0D3;
}
</style>