Shades of Turquoise Blue #5FCBDA
Tints of Turquoise Blue #5FCBDA
RGB
CMYK
RGB Variations
Color information
#5FCBDA (or 0x5FCBDA) is known color: Turquoise Blue. HEX triplet: 5F, CB and DA. RGB value is (95,203,218). Sum of RGB (Red+Green+Blue) = 95+203+218=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBDA is #A03425. Grayscale: #ACACAC. Windows color (decimal): -10499110 or 14338911. OLE color: 14338911.
HSL color Cylindrical-coordinate representation of color #5FCBDA: hue angle of 187.32º 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 #5FCBDA is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 203 | 218 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.15 |
| HSL | 187.32º | 0.62% | 0.61% | - |
| HSV(B) | 187.32º | 0.56% | 0.85% | - |
| XYZ | 38.73 | 50.21 | 73.98 | - |
| YUV | 172.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 218 | 0.56 | 0.07 | 0 | 0.15 | 187.32 | 0.62 | 0.61 |
| Hex | 5F | CB | DA | 38 | 7 | 0 | F | BB | 3E | 3D |
| Octal | 137 | 313 | 332 | 70 | 7 | 0 | 17 | 273 | 76 | 75 |
| Binary | 1011111 | 11001011 | 11011010 | 111000 | 111 | 0 | 1111 | 10111011 | 111110 | 111101 |
Color Harmonies of #5FCBDA
Complementary color
Monochromatic Colors of #5FCBDA
Black with #5FCBDA
Text Example
Text Example
White with #5FCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBDA; }
p { color: rgb(95,203,218); }
H1.HeaderClassName
{
color: #5FCBDA;
}
.AnyTagClassName
{
color: #5FCBDA;
}
</style>
background-color css
<style>
a { background-color: #5FCBDA; }
a { background-color: rgb(95,203,218); }
div.DivClassName
{
background-color: #5FCBDA;
}
.BgClassName
{
background-color: #5FCBDA;
}
</style>
border-color css
<style>
span { border-color: #5FCBDA; }
span { border-color: rgb(95,203,218); }
td.TdClassName
{
border-color: #5FCBDA;
}
.TagClassName
{
border-color: #5FCBDA;
}
</style>