Shades of Turquoise Blue #5CDADB
Tints of Turquoise Blue #5CDADB
RGB
CMYK
RGB Variations
Color information
#5CDADB (or 0x5CDADB) is known color: Turquoise Blue. HEX triplet: 5C, DA and DB. RGB value is (92,218,219). Sum of RGB (Red+Green+Blue) = 92+218+219=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDADB is #A32524. Grayscale: #B4B4B4. Windows color (decimal): -10691877 or 14408284. OLE color: 14408284.
HSL color Cylindrical-coordinate representation of color #5CDADB: hue angle of 180.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDADB is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 218 | 219 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.14 |
| HSL | 180.47º | 0.64% | 0.61% | - |
| HSV(B) | 180.47º | 0.58% | 0.86% | - |
| XYZ | 42.27 | 57.53 | 75.89 | - |
| YUV | 180.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 219 | 0.58 | 0.00 | 0 | 0.14 | 180.47 | 0.64 | 0.61 |
| Hex | 5C | DA | DB | 3A | 0 | 0 | E | B4 | 40 | 3D |
| Octal | 134 | 332 | 333 | 72 | 0 | 0 | 16 | 264 | 100 | 75 |
| Binary | 1011100 | 11011010 | 11011011 | 111010 | 0 | 0 | 1110 | 10110100 | 1000000 | 111101 |
Color Harmonies of #5CDADB
Complementary color
Monochromatic Colors of #5CDADB
Black with #5CDADB
Text Example
Text Example
White with #5CDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDADB; }
p { color: rgb(92,218,219); }
H1.HeaderClassName
{
color: #5CDADB;
}
.AnyTagClassName
{
color: #5CDADB;
}
</style>
background-color css
<style>
a { background-color: #5CDADB; }
a { background-color: rgb(92,218,219); }
div.DivClassName
{
background-color: #5CDADB;
}
.BgClassName
{
background-color: #5CDADB;
}
</style>
border-color css
<style>
span { border-color: #5CDADB; }
span { border-color: rgb(92,218,219); }
td.TdClassName
{
border-color: #5CDADB;
}
.TagClassName
{
border-color: #5CDADB;
}
</style>