Shades of Turquoise Blue #5FCDDD
Tints of Turquoise Blue #5FCDDD
RGB
CMYK
RGB Variations
Color information
#5FCDDD (or 0x5FCDDD) is known color: Turquoise Blue. HEX triplet: 5F, CD and DD. RGB value is (95,205,221). Sum of RGB (Red+Green+Blue) = 95+205+221=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDDD is #A03222. Grayscale: #ADADAD. Windows color (decimal): -10498595 or 14536031. OLE color: 14536031.
HSL color Cylindrical-coordinate representation of color #5FCDDD: hue angle of 187.62º degrees, saturation: 0.65, 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 #5FCDDD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 205 | 221 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.13 |
| HSL | 187.62º | 0.65% | 0.62% | - |
| HSV(B) | 187.62º | 0.57% | 0.87% | - |
| XYZ | 39.6 | 51.32 | 76.22 | - |
| YUV | 173.93 | 154.56 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 221 | 0.57 | 0.07 | 0 | 0.13 | 187.62 | 0.65 | 0.62 |
| Hex | 5F | CD | DD | 39 | 7 | 0 | D | BC | 41 | 3E |
| Octal | 137 | 315 | 335 | 71 | 7 | 0 | 15 | 274 | 101 | 76 |
| Binary | 1011111 | 11001101 | 11011101 | 111001 | 111 | 0 | 1101 | 10111100 | 1000001 | 111110 |
Color Harmonies of #5FCDDD
Complementary color
Monochromatic Colors of #5FCDDD
Black with #5FCDDD
Text Example
Text Example
White with #5FCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDDD; }
p { color: rgb(95,205,221); }
H1.HeaderClassName
{
color: #5FCDDD;
}
.AnyTagClassName
{
color: #5FCDDD;
}
</style>
background-color css
<style>
a { background-color: #5FCDDD; }
a { background-color: rgb(95,205,221); }
div.DivClassName
{
background-color: #5FCDDD;
}
.BgClassName
{
background-color: #5FCDDD;
}
</style>
border-color css
<style>
span { border-color: #5FCDDD; }
span { border-color: rgb(95,205,221); }
td.TdClassName
{
border-color: #5FCDDD;
}
.TagClassName
{
border-color: #5FCDDD;
}
</style>