Shades of Turquoise #34DBFC
Tints of Turquoise #34DBFC
RGB
CMYK
RGB Variations
Color information
#34DBFC (or 0x34DBFC) is known color: Turquoise. HEX triplet: 34, DB and FC. RGB value is (52,219,252). Sum of RGB (Red+Green+Blue) = 52+219+252=523 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.94% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #34DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DBFC is #CB2403. Grayscale: #ACACAC. Windows color (decimal): -13313028 or 16571188. OLE color: 16571188.
HSL color Cylindrical-coordinate representation of color #34DBFC: hue angle of 189.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34DBFC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 219 | 252 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.01 |
| HSL | 189.9º | 0.97% | 0.6% | - |
| HSV(B) | 189.9º | 0.79% | 0.99% | - |
| XYZ | 44.32 | 58.42 | 101.04 | - |
| YUV | 172.83 | 172.67 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 252 | 0.79 | 0.13 | 0 | 0.01 | 189.9 | 0.97 | 0.6 |
| Hex | 34 | DB | FC | 4F | D | 0 | 1 | BE | 61 | 3C |
| Octal | 64 | 333 | 374 | 117 | 15 | 0 | 1 | 276 | 141 | 74 |
| Binary | 110100 | 11011011 | 11111100 | 1001111 | 1101 | 0 | 1 | 10111110 | 1100001 | 111100 |
Color Harmonies of #34DBFC
Complementary color
Monochromatic Colors of #34DBFC
Black with #34DBFC
Text Example
Text Example
White with #34DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBFC; }
p { color: rgb(52,219,252); }
H1.HeaderClassName
{
color: #34DBFC;
}
.AnyTagClassName
{
color: #34DBFC;
}
</style>
background-color css
<style>
a { background-color: #34DBFC; }
a { background-color: rgb(52,219,252); }
div.DivClassName
{
background-color: #34DBFC;
}
.BgClassName
{
background-color: #34DBFC;
}
</style>
border-color css
<style>
span { border-color: #34DBFC; }
span { border-color: rgb(52,219,252); }
td.TdClassName
{
border-color: #34DBFC;
}
.TagClassName
{
border-color: #34DBFC;
}
</style>