Shades of Turquoise #34F1CB
Tints of Turquoise #34F1CB
RGB
CMYK
RGB Variations
Color information
#34F1CB (or 0x34F1CB) is known color: Turquoise. HEX triplet: 34, F1 and CB. RGB value is (52,241,203). Sum of RGB (Red+Green+Blue) = 52+241+203=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #34F1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F1CB is #CB0E34. Grayscale: #B4B4B4. Windows color (decimal): -13307445 or 13365556. OLE color: 13365556.
HSL color Cylindrical-coordinate representation of color #34F1CB: hue angle of 167.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F1CB is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 241 | 203 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.05 |
| HSL | 167.94º | 0.87% | 0.57% | - |
| HSV(B) | 167.94º | 0.78% | 0.95% | - |
| XYZ | 43.65 | 67.95 | 67.32 | - |
| YUV | 180.16 | 140.88 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 241 | 203 | 0.78 | 0 | 0.16 | 0.05 | 167.94 | 0.87 | 0.57 |
| Hex | 34 | F1 | CB | 4E | 0 | 10 | 5 | A8 | 57 | 39 |
| Octal | 64 | 361 | 313 | 116 | 0 | 20 | 5 | 250 | 127 | 71 |
| Binary | 110100 | 11110001 | 11001011 | 1001110 | 0 | 10000 | 101 | 10101000 | 1010111 | 111001 |
Color Harmonies of #34F1CB
Complementary color
Monochromatic Colors of #34F1CB
Black with #34F1CB
Text Example
Text Example
White with #34F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F1CB; }
p { color: rgb(52,241,203); }
H1.HeaderClassName
{
color: #34F1CB;
}
.AnyTagClassName
{
color: #34F1CB;
}
</style>
background-color css
<style>
a { background-color: #34F1CB; }
a { background-color: rgb(52,241,203); }
div.DivClassName
{
background-color: #34F1CB;
}
.BgClassName
{
background-color: #34F1CB;
}
</style>
border-color css
<style>
span { border-color: #34F1CB; }
span { border-color: rgb(52,241,203); }
td.TdClassName
{
border-color: #34F1CB;
}
.TagClassName
{
border-color: #34F1CB;
}
</style>