Shades of Turquoise #34F9DD
Tints of Turquoise #34F9DD
RGB
CMYK
RGB Variations
Color information
#34F9DD (or 0x34F9DD) is known color: Turquoise. HEX triplet: 34, F9 and DD. RGB value is (52,249,221). Sum of RGB (Red+Green+Blue) = 52+249+221=522 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.96% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #34F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F9DD is #CB0622. Grayscale: #BABABA. Windows color (decimal): -13305379 or 14547252. OLE color: 14547252.
HSL color Cylindrical-coordinate representation of color #34F9DD: hue angle of 171.47º degrees, saturation: 0.94, 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 #34F9DD is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 249 | 221 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.02 |
| HSL | 171.47º | 0.94% | 0.59% | - |
| HSV(B) | 171.47º | 0.79% | 0.98% | - |
| XYZ | 48.34 | 73.7 | 80.08 | - |
| YUV | 186.91 | 147.23 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 249 | 221 | 0.79 | 0 | 0.11 | 0.02 | 171.47 | 0.94 | 0.59 |
| Hex | 34 | F9 | DD | 4F | 0 | B | 2 | AB | 5E | 3B |
| Octal | 64 | 371 | 335 | 117 | 0 | 13 | 2 | 253 | 136 | 73 |
| Binary | 110100 | 11111001 | 11011101 | 1001111 | 0 | 1011 | 10 | 10101011 | 1011110 | 111011 |
Color Harmonies of #34F9DD
Complementary color
Monochromatic Colors of #34F9DD
Black with #34F9DD
Text Example
Text Example
White with #34F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F9DD; }
p { color: rgb(52,249,221); }
H1.HeaderClassName
{
color: #34F9DD;
}
.AnyTagClassName
{
color: #34F9DD;
}
</style>
background-color css
<style>
a { background-color: #34F9DD; }
a { background-color: rgb(52,249,221); }
div.DivClassName
{
background-color: #34F9DD;
}
.BgClassName
{
background-color: #34F9DD;
}
</style>
border-color css
<style>
span { border-color: #34F9DD; }
span { border-color: rgb(52,249,221); }
td.TdClassName
{
border-color: #34F9DD;
}
.TagClassName
{
border-color: #34F9DD;
}
</style>