Shades of Turquoise #5FF1D4
Tints of Turquoise #5FF1D4
RGB
CMYK
RGB Variations
Color information
#5FF1D4 (or 0x5FF1D4) is known color: Turquoise. HEX triplet: 5F, F1 and D4. RGB value is (95,241,212). Sum of RGB (Red+Green+Blue) = 95+241+212=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF1D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF1D4 is #A00E2B. Grayscale: #C2C2C2. Windows color (decimal): -10489388 or 13955423. OLE color: 13955423.
HSL color Cylindrical-coordinate representation of color #5FF1D4: hue angle of 168.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF1D4 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 212 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.05 |
| HSL | 168.08º | 0.84% | 0.66% | - |
| HSV(B) | 168.08º | 0.61% | 0.95% | - |
| XYZ | 48.06 | 70.1 | 73.28 | - |
| YUV | 194.04 | 138.13 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 212 | 0.61 | 0 | 0.12 | 0.05 | 168.08 | 0.84 | 0.66 |
| Hex | 5F | F1 | D4 | 3D | 0 | C | 5 | A8 | 54 | 42 |
| Octal | 137 | 361 | 324 | 75 | 0 | 14 | 5 | 250 | 124 | 102 |
| Binary | 1011111 | 11110001 | 11010100 | 111101 | 0 | 1100 | 101 | 10101000 | 1010100 | 1000010 |
Color Harmonies of #5FF1D4
Complementary color
Monochromatic Colors of #5FF1D4
Black with #5FF1D4
Text Example
Text Example
White with #5FF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF1D4; }
p { color: rgb(95,241,212); }
H1.HeaderClassName
{
color: #5FF1D4;
}
.AnyTagClassName
{
color: #5FF1D4;
}
</style>
background-color css
<style>
a { background-color: #5FF1D4; }
a { background-color: rgb(95,241,212); }
div.DivClassName
{
background-color: #5FF1D4;
}
.BgClassName
{
background-color: #5FF1D4;
}
</style>
border-color css
<style>
span { border-color: #5FF1D4; }
span { border-color: rgb(95,241,212); }
td.TdClassName
{
border-color: #5FF1D4;
}
.TagClassName
{
border-color: #5FF1D4;
}
</style>