Shades of Turquoise Blue #5FCADB
Tints of Turquoise Blue #5FCADB
RGB
CMYK
RGB Variations
Color information
#5FCADB (or 0x5FCADB) is known color: Turquoise Blue. HEX triplet: 5F, CA and DB. RGB value is (95,202,219). Sum of RGB (Red+Green+Blue) = 95+202+219=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCADB is #A03524. Grayscale: #ABABAB. Windows color (decimal): -10499365 or 14404191. OLE color: 14404191.
HSL color Cylindrical-coordinate representation of color #5FCADB: hue angle of 188.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FCADB is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 202 | 219 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.14 |
| HSL | 188.23º | 0.63% | 0.62% | - |
| HSV(B) | 188.23º | 0.57% | 0.86% | - |
| XYZ | 38.63 | 49.79 | 74.59 | - |
| YUV | 171.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 219 | 0.57 | 0.08 | 0 | 0.14 | 188.23 | 0.63 | 0.62 |
| Hex | 5F | CA | DB | 39 | 8 | 0 | E | BC | 3F | 3E |
| Octal | 137 | 312 | 333 | 71 | 10 | 0 | 16 | 274 | 77 | 76 |
| Binary | 1011111 | 11001010 | 11011011 | 111001 | 1000 | 0 | 1110 | 10111100 | 111111 | 111110 |
Color Harmonies of #5FCADB
Complementary color
Monochromatic Colors of #5FCADB
Black with #5FCADB
Text Example
Text Example
White with #5FCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCADB; }
p { color: rgb(95,202,219); }
H1.HeaderClassName
{
color: #5FCADB;
}
.AnyTagClassName
{
color: #5FCADB;
}
</style>
background-color css
<style>
a { background-color: #5FCADB; }
a { background-color: rgb(95,202,219); }
div.DivClassName
{
background-color: #5FCADB;
}
.BgClassName
{
background-color: #5FCADB;
}
</style>
border-color css
<style>
span { border-color: #5FCADB; }
span { border-color: rgb(95,202,219); }
td.TdClassName
{
border-color: #5FCADB;
}
.TagClassName
{
border-color: #5FCADB;
}
</style>