Shades of Turquoise Blue #5FCDD5
Tints of Turquoise Blue #5FCDD5
RGB
CMYK
RGB Variations
Color information
#5FCDD5 (or 0x5FCDD5) is known color: Turquoise Blue. HEX triplet: 5F, CD and D5. RGB value is (95,205,213). Sum of RGB (Red+Green+Blue) = 95+205+213=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #5FCDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDD5 is #A0322A. Grayscale: #ACACAC. Windows color (decimal): -10498603 or 14011743. OLE color: 14011743.
HSL color Cylindrical-coordinate representation of color #5FCDD5: hue angle of 184.07º 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 #5FCDD5 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 205 | 213 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.16 |
| HSL | 184.07º | 0.58% | 0.6% | - |
| HSV(B) | 184.07º | 0.55% | 0.84% | - |
| XYZ | 38.56 | 50.9 | 70.74 | - |
| YUV | 173.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 213 | 0.55 | 0.04 | 0 | 0.16 | 184.07 | 0.58 | 0.6 |
| Hex | 5F | CD | D5 | 37 | 4 | 0 | 10 | B8 | 3A | 3C |
| Octal | 137 | 315 | 325 | 67 | 4 | 0 | 20 | 270 | 72 | 74 |
| Binary | 1011111 | 11001101 | 11010101 | 110111 | 100 | 0 | 10000 | 10111000 | 111010 | 111100 |
Color Harmonies of #5FCDD5
Complementary color
Monochromatic Colors of #5FCDD5
Black with #5FCDD5
Text Example
Text Example
White with #5FCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDD5; }
p { color: rgb(95,205,213); }
H1.HeaderClassName
{
color: #5FCDD5;
}
.AnyTagClassName
{
color: #5FCDD5;
}
</style>
background-color css
<style>
a { background-color: #5FCDD5; }
a { background-color: rgb(95,205,213); }
div.DivClassName
{
background-color: #5FCDD5;
}
.BgClassName
{
background-color: #5FCDD5;
}
</style>
border-color css
<style>
span { border-color: #5FCDD5; }
span { border-color: rgb(95,205,213); }
td.TdClassName
{
border-color: #5FCDD5;
}
.TagClassName
{
border-color: #5FCDD5;
}
</style>