Shades of Turquoise Blue #5CDFED
Tints of Turquoise Blue #5CDFED
RGB
CMYK
RGB Variations
Color information
#5CDFED (or 0x5CDFED) is known color: Turquoise Blue. HEX triplet: 5C, DF and ED. RGB value is (92,223,237). Sum of RGB (Red+Green+Blue) = 92+223+237=552 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.67% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDFED is #A32012. Grayscale: #B9B9B9. Windows color (decimal): -10690579 or 15589212. OLE color: 15589212.
HSL color Cylindrical-coordinate representation of color #5CDFED: hue angle of 185.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CDFED is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 223 | 237 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.07 |
| HSL | 185.79º | 0.8% | 0.65% | - |
| HSV(B) | 185.79º | 0.61% | 0.93% | - |
| XYZ | 46.09 | 61.17 | 89.5 | - |
| YUV | 185.43 | 157.1 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 237 | 0.61 | 0.06 | 0 | 0.07 | 185.79 | 0.8 | 0.65 |
| Hex | 5C | DF | ED | 3D | 6 | 0 | 7 | BA | 50 | 41 |
| Octal | 134 | 337 | 355 | 75 | 6 | 0 | 7 | 272 | 120 | 101 |
| Binary | 1011100 | 11011111 | 11101101 | 111101 | 110 | 0 | 111 | 10111010 | 1010000 | 1000001 |
Color Harmonies of #5CDFED
Complementary color
Monochromatic Colors of #5CDFED
Black with #5CDFED
Text Example
Text Example
White with #5CDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFED; }
p { color: rgb(92,223,237); }
H1.HeaderClassName
{
color: #5CDFED;
}
.AnyTagClassName
{
color: #5CDFED;
}
</style>
background-color css
<style>
a { background-color: #5CDFED; }
a { background-color: rgb(92,223,237); }
div.DivClassName
{
background-color: #5CDFED;
}
.BgClassName
{
background-color: #5CDFED;
}
</style>
border-color css
<style>
span { border-color: #5CDFED; }
span { border-color: rgb(92,223,237); }
td.TdClassName
{
border-color: #5CDFED;
}
.TagClassName
{
border-color: #5CDFED;
}
</style>