Shades of Turquoise #34DFF5
Tints of Turquoise #34DFF5
RGB
CMYK
RGB Variations
Color information
#34DFF5 (or 0x34DFF5) is known color: Turquoise. HEX triplet: 34, DF and F5. RGB value is (52,223,245). Sum of RGB (Red+Green+Blue) = 52+223+245=520 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #34DFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DFF5 is #CB200A. Grayscale: #AEAEAE. Windows color (decimal): -13312011 or 16113460. OLE color: 16113460.
HSL color Cylindrical-coordinate representation of color #34DFF5: hue angle of 186.84º 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 #34DFF5 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 223 | 245 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.04 |
| HSL | 186.84º | 0.91% | 0.58% | - |
| HSV(B) | 186.84º | 0.79% | 0.96% | - |
| XYZ | 44.29 | 60.1 | 95.65 | - |
| YUV | 174.38 | 167.85 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 245 | 0.79 | 0.09 | 0 | 0.04 | 186.84 | 0.91 | 0.58 |
| Hex | 34 | DF | F5 | 4F | 9 | 0 | 4 | BB | 5B | 3A |
| Octal | 64 | 337 | 365 | 117 | 11 | 0 | 4 | 273 | 133 | 72 |
| Binary | 110100 | 11011111 | 11110101 | 1001111 | 1001 | 0 | 100 | 10111011 | 1011011 | 111010 |
Color Harmonies of #34DFF5
Complementary color
Monochromatic Colors of #34DFF5
Black with #34DFF5
Text Example
Text Example
White with #34DFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DFF5; }
p { color: rgb(52,223,245); }
H1.HeaderClassName
{
color: #34DFF5;
}
.AnyTagClassName
{
color: #34DFF5;
}
</style>
background-color css
<style>
a { background-color: #34DFF5; }
a { background-color: rgb(52,223,245); }
div.DivClassName
{
background-color: #34DFF5;
}
.BgClassName
{
background-color: #34DFF5;
}
</style>
border-color css
<style>
span { border-color: #34DFF5; }
span { border-color: rgb(52,223,245); }
td.TdClassName
{
border-color: #34DFF5;
}
.TagClassName
{
border-color: #34DFF5;
}
</style>