Shades of Turquoise Blue #5CDDDA
Tints of Turquoise Blue #5CDDDA
RGB
CMYK
RGB Variations
Color information
#5CDDDA (or 0x5CDDDA) is known color: Turquoise Blue. HEX triplet: 5C, DD and DA. RGB value is (92,221,218). Sum of RGB (Red+Green+Blue) = 92+221+218=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDDA is #A32225. Grayscale: #B5B5B5. Windows color (decimal): -10691110 or 14343516. OLE color: 14343516.
HSL color Cylindrical-coordinate representation of color #5CDDDA: hue angle of 178.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDDA is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 218 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.13 |
| HSL | 178.6º | 0.65% | 0.61% | - |
| HSV(B) | 178.6º | 0.58% | 0.87% | - |
| XYZ | 42.92 | 59.05 | 75.47 | - |
| YUV | 182.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 218 | 0.58 | 0 | 0.01 | 0.13 | 178.6 | 0.65 | 0.61 |
| Hex | 5C | DD | DA | 3A | 0 | 1 | D | B3 | 41 | 3D |
| Octal | 134 | 335 | 332 | 72 | 0 | 1 | 15 | 263 | 101 | 75 |
| Binary | 1011100 | 11011101 | 11011010 | 111010 | 0 | 1 | 1101 | 10110011 | 1000001 | 111101 |
Color Harmonies of #5CDDDA
Complementary color
Monochromatic Colors of #5CDDDA
Black with #5CDDDA
Text Example
Text Example
White with #5CDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDDA; }
p { color: rgb(92,221,218); }
H1.HeaderClassName
{
color: #5CDDDA;
}
.AnyTagClassName
{
color: #5CDDDA;
}
</style>
background-color css
<style>
a { background-color: #5CDDDA; }
a { background-color: rgb(92,221,218); }
div.DivClassName
{
background-color: #5CDDDA;
}
.BgClassName
{
background-color: #5CDDDA;
}
</style>
border-color css
<style>
span { border-color: #5CDDDA; }
span { border-color: rgb(92,221,218); }
td.TdClassName
{
border-color: #5CDDDA;
}
.TagClassName
{
border-color: #5CDDDA;
}
</style>