Shades of Turquoise #34DAFE
Tints of Turquoise #34DAFE
RGB
CMYK
RGB Variations
Color information
#34DAFE (or 0x34DAFE) is known color: Turquoise. HEX triplet: 34, DA and FE. RGB value is (52,218,254). Sum of RGB (Red+Green+Blue) = 52+218+254=524 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.92% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #34DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DAFE is #CB2501. Grayscale: #ACACAC. Windows color (decimal): -13313282 or 16702004. OLE color: 16702004.
HSL color Cylindrical-coordinate representation of color #34DAFE: hue angle of 190.69º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34DAFE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 218 | 254 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.00 |
| HSL | 190.69º | 0.99% | 0.6% | - |
| HSV(B) | 190.69º | 0.8% | 1% | - |
| XYZ | 44.38 | 58.03 | 102.63 | - |
| YUV | 172.47 | 174 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 218 | 254 | 0.80 | 0.14 | 0 | 0.00 | 190.69 | 0.99 | 0.6 |
| Hex | 34 | DA | FE | 50 | E | 0 | 0 | BF | 63 | 3C |
| Octal | 64 | 332 | 376 | 120 | 16 | 0 | 0 | 277 | 143 | 74 |
| Binary | 110100 | 11011010 | 11111110 | 1010000 | 1110 | 0 | 0 | 10111111 | 1100011 | 111100 |
Color Harmonies of #34DAFE
Complementary color
Monochromatic Colors of #34DAFE
Black with #34DAFE
Text Example
Text Example
White with #34DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DAFE; }
p { color: rgb(52,218,254); }
H1.HeaderClassName
{
color: #34DAFE;
}
.AnyTagClassName
{
color: #34DAFE;
}
</style>
background-color css
<style>
a { background-color: #34DAFE; }
a { background-color: rgb(52,218,254); }
div.DivClassName
{
background-color: #34DAFE;
}
.BgClassName
{
background-color: #34DAFE;
}
</style>
border-color css
<style>
span { border-color: #34DAFE; }
span { border-color: rgb(52,218,254); }
td.TdClassName
{
border-color: #34DAFE;
}
.TagClassName
{
border-color: #34DAFE;
}
</style>