Shades of Turquoise #34FFCA
Tints of Turquoise #34FFCA
RGB
CMYK
RGB Variations
Color information
#34FFCA (or 0x34FFCA) is known color: Turquoise. HEX triplet: 34, FF and CA. RGB value is (52,255,202). Sum of RGB (Red+Green+Blue) = 52+255+202=509 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.22% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFCA is #CB0035. Grayscale: #BCBCBC. Windows color (decimal): -13303862 or 13303604. OLE color: 13303604.
HSL color Cylindrical-coordinate representation of color #34FFCA: hue angle of 164.33º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFCA is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 202 | - |
| CMYK | 0.80 | 0 | 0.21 | 0 |
| HSL | 164.34º | 1% | 0.6% | - |
| HSV(B) | 164.34º | 0.8% | 1% | - |
| XYZ | 47.84 | 76.51 | 68.12 | - |
| YUV | 188.26 | 135.75 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 202 | 0.80 | 0 | 0.21 | 0 | 164.34 | 1 | 0.6 |
| Hex | 34 | FF | CA | 50 | 0 | 15 | 0 | A4 | 64 | 3C |
| Octal | 64 | 377 | 312 | 120 | 0 | 25 | 0 | 244 | 144 | 74 |
| Binary | 110100 | 11111111 | 11001010 | 1010000 | 0 | 10101 | 0 | 10100100 | 1100100 | 111100 |
Color Harmonies of #34FFCA
Complementary color
Monochromatic Colors of #34FFCA
Black with #34FFCA
Text Example
Text Example
White with #34FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFCA; }
p { color: rgb(52,255,202); }
H1.HeaderClassName
{
color: #34FFCA;
}
.AnyTagClassName
{
color: #34FFCA;
}
</style>
background-color css
<style>
a { background-color: #34FFCA; }
a { background-color: rgb(52,255,202); }
div.DivClassName
{
background-color: #34FFCA;
}
.BgClassName
{
background-color: #34FFCA;
}
</style>
border-color css
<style>
span { border-color: #34FFCA; }
span { border-color: rgb(52,255,202); }
td.TdClassName
{
border-color: #34FFCA;
}
.TagClassName
{
border-color: #34FFCA;
}
</style>