Shades of Turquoise Blue #5FCCD5
Tints of Turquoise Blue #5FCCD5
RGB
CMYK
RGB Variations
Color information
#5FCCD5 (or 0x5FCCD5) is known color: Turquoise Blue. HEX triplet: 5F, CC and D5. RGB value is (95,204,213). Sum of RGB (Red+Green+Blue) = 95+204+213=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #5FCCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCD5 is #A0332A. Grayscale: #ACACAC. Windows color (decimal): -10498859 or 14011487. OLE color: 14011487.
HSL color Cylindrical-coordinate representation of color #5FCCD5: hue angle of 184.58º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FCCD5 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 204 | 213 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.16 |
| HSL | 184.58º | 0.58% | 0.6% | - |
| HSV(B) | 184.58º | 0.55% | 0.84% | - |
| XYZ | 38.32 | 50.42 | 70.66 | - |
| YUV | 172.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 213 | 0.55 | 0.04 | 0 | 0.16 | 184.58 | 0.58 | 0.6 |
| Hex | 5F | CC | D5 | 37 | 4 | 0 | 10 | B9 | 3A | 3C |
| Octal | 137 | 314 | 325 | 67 | 4 | 0 | 20 | 271 | 72 | 74 |
| Binary | 1011111 | 11001100 | 11010101 | 110111 | 100 | 0 | 10000 | 10111001 | 111010 | 111100 |
Color Harmonies of #5FCCD5
Complementary color
Monochromatic Colors of #5FCCD5
Black with #5FCCD5
Text Example
Text Example
White with #5FCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCD5; }
p { color: rgb(95,204,213); }
H1.HeaderClassName
{
color: #5FCCD5;
}
.AnyTagClassName
{
color: #5FCCD5;
}
</style>
background-color css
<style>
a { background-color: #5FCCD5; }
a { background-color: rgb(95,204,213); }
div.DivClassName
{
background-color: #5FCCD5;
}
.BgClassName
{
background-color: #5FCCD5;
}
</style>
border-color css
<style>
span { border-color: #5FCCD5; }
span { border-color: rgb(95,204,213); }
td.TdClassName
{
border-color: #5FCCD5;
}
.TagClassName
{
border-color: #5FCCD5;
}
</style>