Shades of Turquoise #34F2DE
Tints of Turquoise #34F2DE
RGB
CMYK
RGB Variations
Color information
#34F2DE (or 0x34F2DE) is known color: Turquoise. HEX triplet: 34, F2 and DE. RGB value is (52,242,222). Sum of RGB (Red+Green+Blue) = 52+242+222=516 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.08% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2DE is #CB0D21. Grayscale: #B6B6B6. Windows color (decimal): -13307170 or 14610996. OLE color: 14610996.
HSL color Cylindrical-coordinate representation of color #34F2DE: hue angle of 173.68º 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 #34F2DE is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 222 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.05 |
| HSL | 173.68º | 0.88% | 0.58% | - |
| HSV(B) | 173.68º | 0.79% | 0.95% | - |
| XYZ | 46.35 | 69.51 | 80.08 | - |
| YUV | 182.91 | 150.05 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 222 | 0.79 | 0 | 0.08 | 0.05 | 173.68 | 0.88 | 0.58 |
| Hex | 34 | F2 | DE | 4F | 0 | 8 | 5 | AE | 58 | 3A |
| Octal | 64 | 362 | 336 | 117 | 0 | 10 | 5 | 256 | 130 | 72 |
| Binary | 110100 | 11110010 | 11011110 | 1001111 | 0 | 1000 | 101 | 10101110 | 1011000 | 111010 |
Color Harmonies of #34F2DE
Complementary color
Monochromatic Colors of #34F2DE
Black with #34F2DE
Text Example
Text Example
White with #34F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F2DE; }
p { color: rgb(52,242,222); }
H1.HeaderClassName
{
color: #34F2DE;
}
.AnyTagClassName
{
color: #34F2DE;
}
</style>
background-color css
<style>
a { background-color: #34F2DE; }
a { background-color: rgb(52,242,222); }
div.DivClassName
{
background-color: #34F2DE;
}
.BgClassName
{
background-color: #34F2DE;
}
</style>
border-color css
<style>
span { border-color: #34F2DE; }
span { border-color: rgb(52,242,222); }
td.TdClassName
{
border-color: #34F2DE;
}
.TagClassName
{
border-color: #34F2DE;
}
</style>