Shades of Turquoise #34DCFF
Tints of Turquoise #34DCFF
RGB
CMYK
RGB Variations
Color information
#34DCFF (or 0x34DCFF) is known color: Turquoise. HEX triplet: 34, DC and FF. RGB value is (52,220,255). Sum of RGB (Red+Green+Blue) = 52+220+255=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #34DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCFF is #CB2300. Grayscale: #ADADAD. Windows color (decimal): -13312769 or 16768052. OLE color: 16768052.
HSL color Cylindrical-coordinate representation of color #34DCFF: hue angle of 190.34º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34DCFF is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 220 | 255 | - |
| CMYK | 0.80 | 0.14 | 0 | 0 |
| HSL | 190.34º | 1% | 0.6% | - |
| HSV(B) | 190.34º | 0.8% | 1% | - |
| XYZ | 45.06 | 59.14 | 103.65 | - |
| YUV | 173.76 | 173.84 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 255 | 0.80 | 0.14 | 0 | 0 | 190.34 | 1 | 0.6 |
| Hex | 34 | DC | FF | 50 | E | 0 | 0 | BE | 64 | 3C |
| Octal | 64 | 334 | 377 | 120 | 16 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110100 | 11011100 | 11111111 | 1010000 | 1110 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #34DCFF
Complementary color
Monochromatic Colors of #34DCFF
Black with #34DCFF
Text Example
Text Example
White with #34DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCFF; }
p { color: rgb(52,220,255); }
H1.HeaderClassName
{
color: #34DCFF;
}
.AnyTagClassName
{
color: #34DCFF;
}
</style>
background-color css
<style>
a { background-color: #34DCFF; }
a { background-color: rgb(52,220,255); }
div.DivClassName
{
background-color: #34DCFF;
}
.BgClassName
{
background-color: #34DCFF;
}
</style>
border-color css
<style>
span { border-color: #34DCFF; }
span { border-color: rgb(52,220,255); }
td.TdClassName
{
border-color: #34DCFF;
}
.TagClassName
{
border-color: #34DCFF;
}
</style>