Shades of Turquoise #34D9F1
Tints of Turquoise #34D9F1
RGB
CMYK
RGB Variations
Color information
#34D9F1 (or 0x34D9F1) is known color: Turquoise. HEX triplet: 34, D9 and F1. RGB value is (52,217,241). Sum of RGB (Red+Green+Blue) = 52+217+241=510 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.20% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #34D9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D9F1 is #CB260E. Grayscale: #AAAAAA. Windows color (decimal): -13313551 or 15849780. OLE color: 15849780.
HSL color Cylindrical-coordinate representation of color #34D9F1: hue angle of 187.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34D9F1 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 217 | 241 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.05 |
| HSL | 187.62º | 0.87% | 0.57% | - |
| HSV(B) | 187.62º | 0.78% | 0.95% | - |
| XYZ | 42.11 | 56.71 | 91.95 | - |
| YUV | 170.4 | 167.84 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 241 | 0.78 | 0.10 | 0 | 0.05 | 187.62 | 0.87 | 0.57 |
| Hex | 34 | D9 | F1 | 4E | A | 0 | 5 | BC | 57 | 39 |
| Octal | 64 | 331 | 361 | 116 | 12 | 0 | 5 | 274 | 127 | 71 |
| Binary | 110100 | 11011001 | 11110001 | 1001110 | 1010 | 0 | 101 | 10111100 | 1010111 | 111001 |
Color Harmonies of #34D9F1
Complementary color
Monochromatic Colors of #34D9F1
Black with #34D9F1
Text Example
Text Example
White with #34D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D9F1; }
p { color: rgb(52,217,241); }
H1.HeaderClassName
{
color: #34D9F1;
}
.AnyTagClassName
{
color: #34D9F1;
}
</style>
background-color css
<style>
a { background-color: #34D9F1; }
a { background-color: rgb(52,217,241); }
div.DivClassName
{
background-color: #34D9F1;
}
.BgClassName
{
background-color: #34D9F1;
}
</style>
border-color css
<style>
span { border-color: #34D9F1; }
span { border-color: rgb(52,217,241); }
td.TdClassName
{
border-color: #34D9F1;
}
.TagClassName
{
border-color: #34D9F1;
}
</style>