Shades of Turquoise #34DCF5
Tints of Turquoise #34DCF5
RGB
CMYK
RGB Variations
Color information
#34DCF5 (or 0x34DCF5) is known color: Turquoise. HEX triplet: 34, DC and F5. RGB value is (52,220,245). Sum of RGB (Red+Green+Blue) = 52+220+245=517 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.06% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #34DCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCF5 is #CB230A. Grayscale: #ACACAC. Windows color (decimal): -13312779 or 16112692. OLE color: 16112692.
HSL color Cylindrical-coordinate representation of color #34DCF5: hue angle of 187.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34DCF5 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 220 | 245 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.04 |
| HSL | 187.77º | 0.91% | 0.58% | - |
| HSV(B) | 187.77º | 0.79% | 0.96% | - |
| XYZ | 43.49 | 58.51 | 95.39 | - |
| YUV | 172.62 | 168.84 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 245 | 0.79 | 0.10 | 0 | 0.04 | 187.77 | 0.91 | 0.58 |
| Hex | 34 | DC | F5 | 4F | A | 0 | 4 | BC | 5B | 3A |
| Octal | 64 | 334 | 365 | 117 | 12 | 0 | 4 | 274 | 133 | 72 |
| Binary | 110100 | 11011100 | 11110101 | 1001111 | 1010 | 0 | 100 | 10111100 | 1011011 | 111010 |
Color Harmonies of #34DCF5
Complementary color
Monochromatic Colors of #34DCF5
Black with #34DCF5
Text Example
Text Example
White with #34DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCF5; }
p { color: rgb(52,220,245); }
H1.HeaderClassName
{
color: #34DCF5;
}
.AnyTagClassName
{
color: #34DCF5;
}
</style>
background-color css
<style>
a { background-color: #34DCF5; }
a { background-color: rgb(52,220,245); }
div.DivClassName
{
background-color: #34DCF5;
}
.BgClassName
{
background-color: #34DCF5;
}
</style>
border-color css
<style>
span { border-color: #34DCF5; }
span { border-color: rgb(52,220,245); }
td.TdClassName
{
border-color: #34DCF5;
}
.TagClassName
{
border-color: #34DCF5;
}
</style>