Shades of Turquoise #34FBC0
Tints of Turquoise #34FBC0
RGB
CMYK
RGB Variations
Color information
#34FBC0 (or 0x34FBC0) is known color: Turquoise. HEX triplet: 34, FB and C0. RGB value is (52,251,192). Sum of RGB (Red+Green+Blue) = 52+251+192=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #34FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FBC0 is #CB043F. Grayscale: #B8B8B8. Windows color (decimal): -13304896 or 12647220. OLE color: 12647220.
HSL color Cylindrical-coordinate representation of color #34FBC0: hue angle of 162.21º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FBC0 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 251 | 192 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.02 |
| HSL | 162.21º | 0.96% | 0.59% | - |
| HSV(B) | 162.21º | 0.79% | 0.98% | - |
| XYZ | 45.43 | 73.53 | 61.67 | - |
| YUV | 184.77 | 132.07 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 192 | 0.79 | 0 | 0.24 | 0.02 | 162.21 | 0.96 | 0.59 |
| Hex | 34 | FB | C0 | 4F | 0 | 18 | 2 | A2 | 60 | 3B |
| Octal | 64 | 373 | 300 | 117 | 0 | 30 | 2 | 242 | 140 | 73 |
| Binary | 110100 | 11111011 | 11000000 | 1001111 | 0 | 11000 | 10 | 10100010 | 1100000 | 111011 |
Color Harmonies of #34FBC0
Complementary color
Monochromatic Colors of #34FBC0
Black with #34FBC0
Text Example
Text Example
White with #34FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FBC0; }
p { color: rgb(52,251,192); }
H1.HeaderClassName
{
color: #34FBC0;
}
.AnyTagClassName
{
color: #34FBC0;
}
</style>
background-color css
<style>
a { background-color: #34FBC0; }
a { background-color: rgb(52,251,192); }
div.DivClassName
{
background-color: #34FBC0;
}
.BgClassName
{
background-color: #34FBC0;
}
</style>
border-color css
<style>
span { border-color: #34FBC0; }
span { border-color: rgb(52,251,192); }
td.TdClassName
{
border-color: #34FBC0;
}
.TagClassName
{
border-color: #34FBC0;
}
</style>