Shades of Turquoise #34F2DD
Tints of Turquoise #34F2DD
RGB
CMYK
RGB Variations
Color information
#34F2DD (or 0x34F2DD) is known color: Turquoise. HEX triplet: 34, F2 and DD. RGB value is (52,242,221). Sum of RGB (Red+Green+Blue) = 52+242+221=515 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.10% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2DD is #CB0D22. Grayscale: #B6B6B6. Windows color (decimal): -13307171 or 14545460. OLE color: 14545460.
HSL color Cylindrical-coordinate representation of color #34F2DD: hue angle of 173.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F2DD is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 221 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.05 |
| HSL | 173.37º | 0.88% | 0.58% | - |
| HSV(B) | 173.37º | 0.79% | 0.95% | - |
| XYZ | 46.22 | 69.45 | 79.38 | - |
| YUV | 182.8 | 149.55 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 221 | 0.79 | 0 | 0.09 | 0.05 | 173.37 | 0.88 | 0.58 |
| Hex | 34 | F2 | DD | 4F | 0 | 9 | 5 | AD | 58 | 3A |
| Octal | 64 | 362 | 335 | 117 | 0 | 11 | 5 | 255 | 130 | 72 |
| Binary | 110100 | 11110010 | 11011101 | 1001111 | 0 | 1001 | 101 | 10101101 | 1011000 | 111010 |
Color Harmonies of #34F2DD
Complementary color
Monochromatic Colors of #34F2DD
Black with #34F2DD
Text Example
Text Example
White with #34F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F2DD; }
p { color: rgb(52,242,221); }
H1.HeaderClassName
{
color: #34F2DD;
}
.AnyTagClassName
{
color: #34F2DD;
}
</style>
background-color css
<style>
a { background-color: #34F2DD; }
a { background-color: rgb(52,242,221); }
div.DivClassName
{
background-color: #34F2DD;
}
.BgClassName
{
background-color: #34F2DD;
}
</style>
border-color css
<style>
span { border-color: #34F2DD; }
span { border-color: rgb(52,242,221); }
td.TdClassName
{
border-color: #34F2DD;
}
.TagClassName
{
border-color: #34F2DD;
}
</style>