Shades of Turquoise Blue #5FCBD7
Tints of Turquoise Blue #5FCBD7
RGB
CMYK
RGB Variations
Color information
#5FCBD7 (or 0x5FCBD7) is known color: Turquoise Blue. HEX triplet: 5F, CB and D7. RGB value is (95,203,215). Sum of RGB (Red+Green+Blue) = 95+203+215=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #5FCBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBD7 is #A03428. Grayscale: #ABABAB. Windows color (decimal): -10499113 or 14142303. OLE color: 14142303.
HSL color Cylindrical-coordinate representation of color #5FCBD7: hue angle of 186º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FCBD7 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 203 | 215 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.16 |
| HSL | 186º | 0.6% | 0.61% | - |
| HSV(B) | 186º | 0.56% | 0.84% | - |
| XYZ | 38.34 | 50.05 | 71.93 | - |
| YUV | 172.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 215 | 0.56 | 0.06 | 0 | 0.16 | 186 | 0.6 | 0.61 |
| Hex | 5F | CB | D7 | 38 | 6 | 0 | 10 | BA | 3C | 3D |
| Octal | 137 | 313 | 327 | 70 | 6 | 0 | 20 | 272 | 74 | 75 |
| Binary | 1011111 | 11001011 | 11010111 | 111000 | 110 | 0 | 10000 | 10111010 | 111100 | 111101 |
Color Harmonies of #5FCBD7
Complementary color
Monochromatic Colors of #5FCBD7
Black with #5FCBD7
Text Example
Text Example
White with #5FCBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBD7; }
p { color: rgb(95,203,215); }
H1.HeaderClassName
{
color: #5FCBD7;
}
.AnyTagClassName
{
color: #5FCBD7;
}
</style>
background-color css
<style>
a { background-color: #5FCBD7; }
a { background-color: rgb(95,203,215); }
div.DivClassName
{
background-color: #5FCBD7;
}
.BgClassName
{
background-color: #5FCBD7;
}
</style>
border-color css
<style>
span { border-color: #5FCBD7; }
span { border-color: rgb(95,203,215); }
td.TdClassName
{
border-color: #5FCBD7;
}
.TagClassName
{
border-color: #5FCBD7;
}
</style>