Shades of Turquoise #34F2CF
Tints of Turquoise #34F2CF
RGB
CMYK
RGB Variations
Color information
#34F2CF (or 0x34F2CF) is known color: Turquoise. HEX triplet: 34, F2 and CF. RGB value is (52,242,207). Sum of RGB (Red+Green+Blue) = 52+242+207=501 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.38% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2CF is #CB0D30. Grayscale: #B5B5B5. Windows color (decimal): -13307185 or 13627956. OLE color: 13627956.
HSL color Cylindrical-coordinate representation of color #34F2CF: hue angle of 168.95º 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 #34F2CF is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 207 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.05 |
| HSL | 168.95º | 0.88% | 0.58% | - |
| HSV(B) | 168.95º | 0.79% | 0.95% | - |
| XYZ | 44.43 | 68.74 | 69.96 | - |
| YUV | 181.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 207 | 0.79 | 0 | 0.14 | 0.05 | 168.95 | 0.88 | 0.58 |
| Hex | 34 | F2 | CF | 4F | 0 | E | 5 | A9 | 58 | 3A |
| Octal | 64 | 362 | 317 | 117 | 0 | 16 | 5 | 251 | 130 | 72 |
| Binary | 110100 | 11110010 | 11001111 | 1001111 | 0 | 1110 | 101 | 10101001 | 1011000 | 111010 |
Color Harmonies of #34F2CF
Complementary color
Monochromatic Colors of #34F2CF
Black with #34F2CF
Text Example
Text Example
White with #34F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F2CF; }
p { color: rgb(52,242,207); }
H1.HeaderClassName
{
color: #34F2CF;
}
.AnyTagClassName
{
color: #34F2CF;
}
</style>
background-color css
<style>
a { background-color: #34F2CF; }
a { background-color: rgb(52,242,207); }
div.DivClassName
{
background-color: #34F2CF;
}
.BgClassName
{
background-color: #34F2CF;
}
</style>
border-color css
<style>
span { border-color: #34F2CF; }
span { border-color: rgb(52,242,207); }
td.TdClassName
{
border-color: #34F2CF;
}
.TagClassName
{
border-color: #34F2CF;
}
</style>