Shades of Turquoise Blue #5FDDEA
Tints of Turquoise Blue #5FDDEA
RGB
CMYK
RGB Variations
Color information
#5FDDEA (or 0x5FDDEA) is known color: Turquoise Blue. HEX triplet: 5F, DD and EA. RGB value is (95,221,234). Sum of RGB (Red+Green+Blue) = 95+221+234=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FDDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDDEA is #A02215. Grayscale: #B8B8B8. Windows color (decimal): -10494486 or 15392095. OLE color: 15392095.
HSL color Cylindrical-coordinate representation of color #5FDDEA: hue angle of 185.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FDDEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 221 | 234 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.08 |
| HSL | 185.61º | 0.77% | 0.65% | - |
| HSV(B) | 185.61º | 0.59% | 0.92% | - |
| XYZ | 45.43 | 60.09 | 87.05 | - |
| YUV | 184.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 234 | 0.59 | 0.06 | 0 | 0.08 | 185.61 | 0.77 | 0.65 |
| Hex | 5F | DD | EA | 3B | 6 | 0 | 8 | BA | 4D | 41 |
| Octal | 137 | 335 | 352 | 73 | 6 | 0 | 10 | 272 | 115 | 101 |
| Binary | 1011111 | 11011101 | 11101010 | 111011 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000001 |
Color Harmonies of #5FDDEA
Complementary color
Monochromatic Colors of #5FDDEA
Black with #5FDDEA
Text Example
Text Example
White with #5FDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDEA; }
p { color: rgb(95,221,234); }
H1.HeaderClassName
{
color: #5FDDEA;
}
.AnyTagClassName
{
color: #5FDDEA;
}
</style>
background-color css
<style>
a { background-color: #5FDDEA; }
a { background-color: rgb(95,221,234); }
div.DivClassName
{
background-color: #5FDDEA;
}
.BgClassName
{
background-color: #5FDDEA;
}
</style>
border-color css
<style>
span { border-color: #5FDDEA; }
span { border-color: rgb(95,221,234); }
td.TdClassName
{
border-color: #5FDDEA;
}
.TagClassName
{
border-color: #5FDDEA;
}
</style>