Shades of Turquoise Blue #5FCDD9
Tints of Turquoise Blue #5FCDD9
RGB
CMYK
RGB Variations
Color information
#5FCDD9 (or 0x5FCDD9) is known color: Turquoise Blue. HEX triplet: 5F, CD and D9. RGB value is (95,205,217). Sum of RGB (Red+Green+Blue) = 95+205+217=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #5FCDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDD9 is #A03226. Grayscale: #ADADAD. Windows color (decimal): -10498599 or 14273887. OLE color: 14273887.
HSL color Cylindrical-coordinate representation of color #5FCDD9: hue angle of 185.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FCDD9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 205 | 217 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.15 |
| HSL | 185.9º | 0.62% | 0.61% | - |
| HSV(B) | 185.9º | 0.56% | 0.85% | - |
| XYZ | 39.08 | 51.11 | 73.45 | - |
| YUV | 173.48 | 152.56 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 217 | 0.56 | 0.06 | 0 | 0.15 | 185.9 | 0.62 | 0.61 |
| Hex | 5F | CD | D9 | 38 | 6 | 0 | F | BA | 3E | 3D |
| Octal | 137 | 315 | 331 | 70 | 6 | 0 | 17 | 272 | 76 | 75 |
| Binary | 1011111 | 11001101 | 11011001 | 111000 | 110 | 0 | 1111 | 10111010 | 111110 | 111101 |
Color Harmonies of #5FCDD9
Complementary color
Monochromatic Colors of #5FCDD9
Black with #5FCDD9
Text Example
Text Example
White with #5FCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDD9; }
p { color: rgb(95,205,217); }
H1.HeaderClassName
{
color: #5FCDD9;
}
.AnyTagClassName
{
color: #5FCDD9;
}
</style>
background-color css
<style>
a { background-color: #5FCDD9; }
a { background-color: rgb(95,205,217); }
div.DivClassName
{
background-color: #5FCDD9;
}
.BgClassName
{
background-color: #5FCDD9;
}
</style>
border-color css
<style>
span { border-color: #5FCDD9; }
span { border-color: rgb(95,205,217); }
td.TdClassName
{
border-color: #5FCDD9;
}
.TagClassName
{
border-color: #5FCDD9;
}
</style>