Shades of Turquoise #34F8CA
Tints of Turquoise #34F8CA
RGB
CMYK
RGB Variations
Color information
#34F8CA (or 0x34F8CA) is known color: Turquoise. HEX triplet: 34, F8 and CA. RGB value is (52,248,202). Sum of RGB (Red+Green+Blue) = 52+248+202=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #34F8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F8CA is #CB0735. Grayscale: #B8B8B8. Windows color (decimal): -13305654 or 13301812. OLE color: 13301812.
HSL color Cylindrical-coordinate representation of color #34F8CA: hue angle of 165.92º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F8CA is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 248 | 202 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.03 |
| HSL | 165.92º | 0.93% | 0.59% | - |
| HSV(B) | 165.92º | 0.79% | 0.97% | - |
| XYZ | 45.64 | 72.13 | 67.39 | - |
| YUV | 184.15 | 138.07 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 248 | 202 | 0.79 | 0 | 0.19 | 0.03 | 165.92 | 0.93 | 0.59 |
| Hex | 34 | F8 | CA | 4F | 0 | 13 | 3 | A6 | 5D | 3B |
| Octal | 64 | 370 | 312 | 117 | 0 | 23 | 3 | 246 | 135 | 73 |
| Binary | 110100 | 11111000 | 11001010 | 1001111 | 0 | 10011 | 11 | 10100110 | 1011101 | 111011 |
Color Harmonies of #34F8CA
Complementary color
Monochromatic Colors of #34F8CA
Black with #34F8CA
Text Example
Text Example
White with #34F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F8CA; }
p { color: rgb(52,248,202); }
H1.HeaderClassName
{
color: #34F8CA;
}
.AnyTagClassName
{
color: #34F8CA;
}
</style>
background-color css
<style>
a { background-color: #34F8CA; }
a { background-color: rgb(52,248,202); }
div.DivClassName
{
background-color: #34F8CA;
}
.BgClassName
{
background-color: #34F8CA;
}
</style>
border-color css
<style>
span { border-color: #34F8CA; }
span { border-color: rgb(52,248,202); }
td.TdClassName
{
border-color: #34F8CA;
}
.TagClassName
{
border-color: #34F8CA;
}
</style>