Shades of Turquoise #34DCFE
Tints of Turquoise #34DCFE
RGB
CMYK
RGB Variations
Color information
#34DCFE (or 0x34DCFE) is known color: Turquoise. HEX triplet: 34, DC and FE. RGB value is (52,220,254). Sum of RGB (Red+Green+Blue) = 52+220+254=526 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.89% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #34DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCFE is #CB2301. Grayscale: #ADADAD. Windows color (decimal): -13312770 or 16702516. OLE color: 16702516.
HSL color Cylindrical-coordinate representation of color #34DCFE: hue angle of 190.1º 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 #34DCFE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 220 | 254 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.00 |
| HSL | 190.1º | 0.99% | 0.6% | - |
| HSV(B) | 190.1º | 0.8% | 1% | - |
| XYZ | 44.9 | 59.07 | 102.8 | - |
| YUV | 173.64 | 173.34 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 254 | 0.80 | 0.13 | 0 | 0.00 | 190.1 | 0.99 | 0.6 |
| Hex | 34 | DC | FE | 50 | D | 0 | 0 | BE | 63 | 3C |
| Octal | 64 | 334 | 376 | 120 | 15 | 0 | 0 | 276 | 143 | 74 |
| Binary | 110100 | 11011100 | 11111110 | 1010000 | 1101 | 0 | 0 | 10111110 | 1100011 | 111100 |
Color Harmonies of #34DCFE
Complementary color
Monochromatic Colors of #34DCFE
Black with #34DCFE
Text Example
Text Example
White with #34DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCFE; }
p { color: rgb(52,220,254); }
H1.HeaderClassName
{
color: #34DCFE;
}
.AnyTagClassName
{
color: #34DCFE;
}
</style>
background-color css
<style>
a { background-color: #34DCFE; }
a { background-color: rgb(52,220,254); }
div.DivClassName
{
background-color: #34DCFE;
}
.BgClassName
{
background-color: #34DCFE;
}
</style>
border-color css
<style>
span { border-color: #34DCFE; }
span { border-color: rgb(52,220,254); }
td.TdClassName
{
border-color: #34DCFE;
}
.TagClassName
{
border-color: #34DCFE;
}
</style>