Shades of Turquoise #34F0FF
Tints of Turquoise #34F0FF
RGB
CMYK
RGB Variations
Color information
#34F0FF (or 0x34F0FF) is known color: Turquoise. HEX triplet: 34, F0 and FF. RGB value is (52,240,255). Sum of RGB (Red+Green+Blue) = 52+240+255=547 (72% of max value = 765). Red value is 52 (20.70% from 255 or 9.51% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #34F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F0FF is #CB0F00. Grayscale: #B9B9B9. Windows color (decimal): -13307649 or 16773172. OLE color: 16773172.
HSL color Cylindrical-coordinate representation of color #34F0FF: hue angle of 184.43º 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 #34F0FF is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 240 | 255 | - |
| CMYK | 0.80 | 0.06 | 0 | 0 |
| HSL | 184.43º | 1% | 0.6% | - |
| HSV(B) | 184.43º | 0.8% | 1% | - |
| XYZ | 50.63 | 70.27 | 105.5 | - |
| YUV | 185.5 | 167.22 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 255 | 0.80 | 0.06 | 0 | 0 | 184.43 | 1 | 0.6 |
| Hex | 34 | F0 | FF | 50 | 6 | 0 | 0 | B8 | 64 | 3C |
| Octal | 64 | 360 | 377 | 120 | 6 | 0 | 0 | 270 | 144 | 74 |
| Binary | 110100 | 11110000 | 11111111 | 1010000 | 110 | 0 | 0 | 10111000 | 1100100 | 111100 |
Color Harmonies of #34F0FF
Complementary color
Monochromatic Colors of #34F0FF
Black with #34F0FF
Text Example
Text Example
White with #34F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F0FF; }
p { color: rgb(52,240,255); }
H1.HeaderClassName
{
color: #34F0FF;
}
.AnyTagClassName
{
color: #34F0FF;
}
</style>
background-color css
<style>
a { background-color: #34F0FF; }
a { background-color: rgb(52,240,255); }
div.DivClassName
{
background-color: #34F0FF;
}
.BgClassName
{
background-color: #34F0FF;
}
</style>
border-color css
<style>
span { border-color: #34F0FF; }
span { border-color: rgb(52,240,255); }
td.TdClassName
{
border-color: #34F0FF;
}
.TagClassName
{
border-color: #34F0FF;
}
</style>