Shades of Turquoise #34FADD
Tints of Turquoise #34FADD
RGB
CMYK
RGB Variations
Color information
#34FADD (or 0x34FADD) is known color: Turquoise. HEX triplet: 34, FA and DD. RGB value is (52,250,221). Sum of RGB (Red+Green+Blue) = 52+250+221=523 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.94% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #34FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FADD is #CB0522. Grayscale: #BBBBBB. Windows color (decimal): -13305123 or 14547508. OLE color: 14547508.
HSL color Cylindrical-coordinate representation of color #34FADD: hue angle of 171.21º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FADD is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 221 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.02 |
| HSL | 171.21º | 0.95% | 0.59% | - |
| HSV(B) | 171.21º | 0.79% | 0.98% | - |
| XYZ | 48.65 | 74.32 | 80.19 | - |
| YUV | 187.49 | 146.9 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 221 | 0.79 | 0 | 0.12 | 0.02 | 171.21 | 0.95 | 0.59 |
| Hex | 34 | FA | DD | 4F | 0 | C | 2 | AB | 5F | 3B |
| Octal | 64 | 372 | 335 | 117 | 0 | 14 | 2 | 253 | 137 | 73 |
| Binary | 110100 | 11111010 | 11011101 | 1001111 | 0 | 1100 | 10 | 10101011 | 1011111 | 111011 |
Color Harmonies of #34FADD
Complementary color
Monochromatic Colors of #34FADD
Black with #34FADD
Text Example
Text Example
White with #34FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FADD; }
p { color: rgb(52,250,221); }
H1.HeaderClassName
{
color: #34FADD;
}
.AnyTagClassName
{
color: #34FADD;
}
</style>
background-color css
<style>
a { background-color: #34FADD; }
a { background-color: rgb(52,250,221); }
div.DivClassName
{
background-color: #34FADD;
}
.BgClassName
{
background-color: #34FADD;
}
</style>
border-color css
<style>
span { border-color: #34FADD; }
span { border-color: rgb(52,250,221); }
td.TdClassName
{
border-color: #34FADD;
}
.TagClassName
{
border-color: #34FADD;
}
</style>