Shades of Turquoise #34DCFD
Tints of Turquoise #34DCFD
RGB
CMYK
RGB Variations
Color information
#34DCFD (or 0x34DCFD) is known color: Turquoise. HEX triplet: 34, DC and FD. RGB value is (52,220,253). Sum of RGB (Red+Green+Blue) = 52+220+253=525 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.90% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #34DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCFD is #CB2302. Grayscale: #ADADAD. Windows color (decimal): -13312771 or 16636980. OLE color: 16636980.
HSL color Cylindrical-coordinate representation of color #34DCFD: hue angle of 189.85º degrees, saturation: 0.98, 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 #34DCFD is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 220 | 253 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.01 |
| HSL | 189.85º | 0.98% | 0.6% | - |
| HSV(B) | 189.85º | 0.79% | 0.99% | - |
| XYZ | 44.74 | 59.01 | 101.96 | - |
| YUV | 173.53 | 172.84 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 253 | 0.79 | 0.13 | 0 | 0.01 | 189.85 | 0.98 | 0.6 |
| Hex | 34 | DC | FD | 4F | D | 0 | 1 | BE | 62 | 3C |
| Octal | 64 | 334 | 375 | 117 | 15 | 0 | 1 | 276 | 142 | 74 |
| Binary | 110100 | 11011100 | 11111101 | 1001111 | 1101 | 0 | 1 | 10111110 | 1100010 | 111100 |
Color Harmonies of #34DCFD
Complementary color
Monochromatic Colors of #34DCFD
Black with #34DCFD
Text Example
Text Example
White with #34DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCFD; }
p { color: rgb(52,220,253); }
H1.HeaderClassName
{
color: #34DCFD;
}
.AnyTagClassName
{
color: #34DCFD;
}
</style>
background-color css
<style>
a { background-color: #34DCFD; }
a { background-color: rgb(52,220,253); }
div.DivClassName
{
background-color: #34DCFD;
}
.BgClassName
{
background-color: #34DCFD;
}
</style>
border-color css
<style>
span { border-color: #34DCFD; }
span { border-color: rgb(52,220,253); }
td.TdClassName
{
border-color: #34DCFD;
}
.TagClassName
{
border-color: #34DCFD;
}
</style>