Shades of Turquoise Blue #5FCDDA
Tints of Turquoise Blue #5FCDDA
RGB
CMYK
RGB Variations
Color information
#5FCDDA (or 0x5FCDDA) is known color: Turquoise Blue. HEX triplet: 5F, CD and DA. RGB value is (95,205,218). Sum of RGB (Red+Green+Blue) = 95+205+218=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FCDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDDA is #A03225. Grayscale: #ADADAD. Windows color (decimal): -10498598 or 14339423. OLE color: 14339423.
HSL color Cylindrical-coordinate representation of color #5FCDDA: hue angle of 186.34º 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 #5FCDDA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 205 | 218 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.15 |
| HSL | 186.34º | 0.62% | 0.61% | - |
| HSV(B) | 186.34º | 0.56% | 0.85% | - |
| XYZ | 39.21 | 51.16 | 74.14 | - |
| YUV | 173.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 218 | 0.56 | 0.06 | 0 | 0.15 | 186.34 | 0.62 | 0.61 |
| Hex | 5F | CD | DA | 38 | 6 | 0 | F | BA | 3E | 3D |
| Octal | 137 | 315 | 332 | 70 | 6 | 0 | 17 | 272 | 76 | 75 |
| Binary | 1011111 | 11001101 | 11011010 | 111000 | 110 | 0 | 1111 | 10111010 | 111110 | 111101 |
Color Harmonies of #5FCDDA
Complementary color
Monochromatic Colors of #5FCDDA
Black with #5FCDDA
Text Example
Text Example
White with #5FCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDDA; }
p { color: rgb(95,205,218); }
H1.HeaderClassName
{
color: #5FCDDA;
}
.AnyTagClassName
{
color: #5FCDDA;
}
</style>
background-color css
<style>
a { background-color: #5FCDDA; }
a { background-color: rgb(95,205,218); }
div.DivClassName
{
background-color: #5FCDDA;
}
.BgClassName
{
background-color: #5FCDDA;
}
</style>
border-color css
<style>
span { border-color: #5FCDDA; }
span { border-color: rgb(95,205,218); }
td.TdClassName
{
border-color: #5FCDDA;
}
.TagClassName
{
border-color: #5FCDDA;
}
</style>