Shades of Turquoise Blue #5FCFDA
Tints of Turquoise Blue #5FCFDA
RGB
CMYK
RGB Variations
Color information
#5FCFDA (or 0x5FCFDA) is known color: Turquoise Blue. HEX triplet: 5F, CF and DA. RGB value is (95,207,218). Sum of RGB (Red+Green+Blue) = 95+207+218=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFDA is #A03025. Grayscale: #AEAEAE. Windows color (decimal): -10498086 or 14339935. OLE color: 14339935.
HSL color Cylindrical-coordinate representation of color #5FCFDA: hue angle of 185.37º 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 #5FCFDA is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 207 | 218 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.15 |
| HSL | 185.37º | 0.62% | 0.61% | - |
| HSV(B) | 185.37º | 0.56% | 0.85% | - |
| XYZ | 39.69 | 52.12 | 74.3 | - |
| YUV | 174.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 218 | 0.56 | 0.05 | 0 | 0.15 | 185.37 | 0.62 | 0.61 |
| Hex | 5F | CF | DA | 38 | 5 | 0 | F | B9 | 3E | 3D |
| Octal | 137 | 317 | 332 | 70 | 5 | 0 | 17 | 271 | 76 | 75 |
| Binary | 1011111 | 11001111 | 11011010 | 111000 | 101 | 0 | 1111 | 10111001 | 111110 | 111101 |
Color Harmonies of #5FCFDA
Complementary color
Monochromatic Colors of #5FCFDA
Black with #5FCFDA
Text Example
Text Example
White with #5FCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFDA; }
p { color: rgb(95,207,218); }
H1.HeaderClassName
{
color: #5FCFDA;
}
.AnyTagClassName
{
color: #5FCFDA;
}
</style>
background-color css
<style>
a { background-color: #5FCFDA; }
a { background-color: rgb(95,207,218); }
div.DivClassName
{
background-color: #5FCFDA;
}
.BgClassName
{
background-color: #5FCFDA;
}
</style>
border-color css
<style>
span { border-color: #5FCFDA; }
span { border-color: rgb(95,207,218); }
td.TdClassName
{
border-color: #5FCFDA;
}
.TagClassName
{
border-color: #5FCFDA;
}
</style>