Shades of Turquoise Blue #5FDFDC
Tints of Turquoise Blue #5FDFDC
RGB
CMYK
RGB Variations
Color information
#5FDFDC (or 0x5FDFDC) is known color: Turquoise Blue. HEX triplet: 5F, DF and DC. RGB value is (95,223,220). Sum of RGB (Red+Green+Blue) = 95+223+220=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFDC is #A02023. Grayscale: #B8B8B8. Windows color (decimal): -10493988 or 14475103. OLE color: 14475103.
HSL color Cylindrical-coordinate representation of color #5FDFDC: hue angle of 178.59º 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 #5FDFDC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 220 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.13 |
| HSL | 178.59º | 0.67% | 0.62% | - |
| HSV(B) | 178.59º | 0.57% | 0.87% | - |
| XYZ | 44.03 | 60.38 | 77.04 | - |
| YUV | 184.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 220 | 0.57 | 0 | 0.01 | 0.13 | 178.59 | 0.67 | 0.62 |
| Hex | 5F | DF | DC | 39 | 0 | 1 | D | B3 | 43 | 3E |
| Octal | 137 | 337 | 334 | 71 | 0 | 1 | 15 | 263 | 103 | 76 |
| Binary | 1011111 | 11011111 | 11011100 | 111001 | 0 | 1 | 1101 | 10110011 | 1000011 | 111110 |
Color Harmonies of #5FDFDC
Complementary color
Monochromatic Colors of #5FDFDC
Black with #5FDFDC
Text Example
Text Example
White with #5FDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFDC; }
p { color: rgb(95,223,220); }
H1.HeaderClassName
{
color: #5FDFDC;
}
.AnyTagClassName
{
color: #5FDFDC;
}
</style>
background-color css
<style>
a { background-color: #5FDFDC; }
a { background-color: rgb(95,223,220); }
div.DivClassName
{
background-color: #5FDFDC;
}
.BgClassName
{
background-color: #5FDFDC;
}
</style>
border-color css
<style>
span { border-color: #5FDFDC; }
span { border-color: rgb(95,223,220); }
td.TdClassName
{
border-color: #5FDFDC;
}
.TagClassName
{
border-color: #5FDFDC;
}
</style>