Shades of Turquoise #34F0CC
Tints of Turquoise #34F0CC
RGB
CMYK
RGB Variations
Color information
#34F0CC (or 0x34F0CC) is known color: Turquoise. HEX triplet: 34, F0 and CC. RGB value is (52,240,204). Sum of RGB (Red+Green+Blue) = 52+240+204=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #34F0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F0CC is #CB0F33. Grayscale: #B3B3B3. Windows color (decimal): -13307700 or 13430836. OLE color: 13430836.
HSL color Cylindrical-coordinate representation of color #34F0CC: hue angle of 168.51º 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 #34F0CC is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 204 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.06 |
| HSL | 168.51º | 0.86% | 0.57% | - |
| HSV(B) | 168.51º | 0.78% | 0.94% | - |
| XYZ | 43.48 | 67.41 | 67.85 | - |
| YUV | 179.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 204 | 0.78 | 0 | 0.15 | 0.06 | 168.51 | 0.86 | 0.57 |
| Hex | 34 | F0 | CC | 4E | 0 | F | 6 | A9 | 56 | 39 |
| Octal | 64 | 360 | 314 | 116 | 0 | 17 | 6 | 251 | 126 | 71 |
| Binary | 110100 | 11110000 | 11001100 | 1001110 | 0 | 1111 | 110 | 10101001 | 1010110 | 111001 |
Color Harmonies of #34F0CC
Complementary color
Monochromatic Colors of #34F0CC
Black with #34F0CC
Text Example
Text Example
White with #34F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F0CC; }
p { color: rgb(52,240,204); }
H1.HeaderClassName
{
color: #34F0CC;
}
.AnyTagClassName
{
color: #34F0CC;
}
</style>
background-color css
<style>
a { background-color: #34F0CC; }
a { background-color: rgb(52,240,204); }
div.DivClassName
{
background-color: #34F0CC;
}
.BgClassName
{
background-color: #34F0CC;
}
</style>
border-color css
<style>
span { border-color: #34F0CC; }
span { border-color: rgb(52,240,204); }
td.TdClassName
{
border-color: #34F0CC;
}
.TagClassName
{
border-color: #34F0CC;
}
</style>