Shades of Turquoise Blue #5FDFDD
Tints of Turquoise Blue #5FDFDD
RGB
CMYK
RGB Variations
Color information
#5FDFDD (or 0x5FDFDD) is known color: Turquoise Blue. HEX triplet: 5F, DF and DD. RGB value is (95,223,221). Sum of RGB (Red+Green+Blue) = 95+223+221=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFDD is #A02022. Grayscale: #B8B8B8. Windows color (decimal): -10493987 or 14540639. OLE color: 14540639.
HSL color Cylindrical-coordinate representation of color #5FDFDD: hue angle of 179.06º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDFDD is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 221 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.13 |
| HSL | 179.06º | 0.67% | 0.62% | - |
| HSV(B) | 179.06º | 0.57% | 0.87% | - |
| XYZ | 44.16 | 60.43 | 77.74 | - |
| YUV | 184.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 221 | 0.57 | 0 | 0.01 | 0.13 | 179.06 | 0.67 | 0.62 |
| Hex | 5F | DF | DD | 39 | 0 | 1 | D | B3 | 43 | 3E |
| Octal | 137 | 337 | 335 | 71 | 0 | 1 | 15 | 263 | 103 | 76 |
| Binary | 1011111 | 11011111 | 11011101 | 111001 | 0 | 1 | 1101 | 10110011 | 1000011 | 111110 |
Color Harmonies of #5FDFDD
Complementary color
Monochromatic Colors of #5FDFDD
Black with #5FDFDD
Text Example
Text Example
White with #5FDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFDD; }
p { color: rgb(95,223,221); }
H1.HeaderClassName
{
color: #5FDFDD;
}
.AnyTagClassName
{
color: #5FDFDD;
}
</style>
background-color css
<style>
a { background-color: #5FDFDD; }
a { background-color: rgb(95,223,221); }
div.DivClassName
{
background-color: #5FDFDD;
}
.BgClassName
{
background-color: #5FDFDD;
}
</style>
border-color css
<style>
span { border-color: #5FDFDD; }
span { border-color: rgb(95,223,221); }
td.TdClassName
{
border-color: #5FDFDD;
}
.TagClassName
{
border-color: #5FDFDD;
}
</style>