Shades of Turquoise #34DBFE
Tints of Turquoise #34DBFE
RGB
CMYK
RGB Variations
Color information
#34DBFE (or 0x34DBFE) is known color: Turquoise. HEX triplet: 34, DB and FE. RGB value is (52,219,254). Sum of RGB (Red+Green+Blue) = 52+219+254=525 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.90% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #34DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DBFE is #CB2401. Grayscale: #ACACAC. Windows color (decimal): -13313026 or 16702260. OLE color: 16702260.
HSL color Cylindrical-coordinate representation of color #34DBFE: hue angle of 190.4º 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 #34DBFE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 219 | 254 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.00 |
| HSL | 190.4º | 0.99% | 0.6% | - |
| HSV(B) | 190.4º | 0.8% | 1% | - |
| XYZ | 44.64 | 58.55 | 102.71 | - |
| YUV | 173.06 | 173.67 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 254 | 0.80 | 0.14 | 0 | 0.00 | 190.4 | 0.99 | 0.6 |
| Hex | 34 | DB | FE | 50 | E | 0 | 0 | BE | 63 | 3C |
| Octal | 64 | 333 | 376 | 120 | 16 | 0 | 0 | 276 | 143 | 74 |
| Binary | 110100 | 11011011 | 11111110 | 1010000 | 1110 | 0 | 0 | 10111110 | 1100011 | 111100 |
Color Harmonies of #34DBFE
Complementary color
Monochromatic Colors of #34DBFE
Black with #34DBFE
Text Example
Text Example
White with #34DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBFE; }
p { color: rgb(52,219,254); }
H1.HeaderClassName
{
color: #34DBFE;
}
.AnyTagClassName
{
color: #34DBFE;
}
</style>
background-color css
<style>
a { background-color: #34DBFE; }
a { background-color: rgb(52,219,254); }
div.DivClassName
{
background-color: #34DBFE;
}
.BgClassName
{
background-color: #34DBFE;
}
</style>
border-color css
<style>
span { border-color: #34DBFE; }
span { border-color: rgb(52,219,254); }
td.TdClassName
{
border-color: #34DBFE;
}
.TagClassName
{
border-color: #34DBFE;
}
</style>