Shades of Turquoise Blue #5CDFE1
Tints of Turquoise Blue #5CDFE1
RGB
CMYK
RGB Variations
Color information
#5CDFE1 (or 0x5CDFE1) is known color: Turquoise Blue. HEX triplet: 5C, DF and E1. RGB value is (92,223,225). Sum of RGB (Red+Green+Blue) = 92+223+225=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CDFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDFE1 is #A3201E. Grayscale: #B7B7B7. Windows color (decimal): -10690591 or 14802780. OLE color: 14802780.
HSL color Cylindrical-coordinate representation of color #5CDFE1: hue angle of 180.9º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDFE1 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 223 | 225 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.12 |
| HSL | 180.9º | 0.69% | 0.62% | - |
| HSV(B) | 180.9º | 0.59% | 0.88% | - |
| XYZ | 44.39 | 60.49 | 80.57 | - |
| YUV | 184.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 225 | 0.59 | 0.01 | 0 | 0.12 | 180.9 | 0.69 | 0.62 |
| Hex | 5C | DF | E1 | 3B | 1 | 0 | C | B5 | 45 | 3E |
| Octal | 134 | 337 | 341 | 73 | 1 | 0 | 14 | 265 | 105 | 76 |
| Binary | 1011100 | 11011111 | 11100001 | 111011 | 1 | 0 | 1100 | 10110101 | 1000101 | 111110 |
Color Harmonies of #5CDFE1
Complementary color
Monochromatic Colors of #5CDFE1
Black with #5CDFE1
Text Example
Text Example
White with #5CDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFE1; }
p { color: rgb(92,223,225); }
H1.HeaderClassName
{
color: #5CDFE1;
}
.AnyTagClassName
{
color: #5CDFE1;
}
</style>
background-color css
<style>
a { background-color: #5CDFE1; }
a { background-color: rgb(92,223,225); }
div.DivClassName
{
background-color: #5CDFE1;
}
.BgClassName
{
background-color: #5CDFE1;
}
</style>
border-color css
<style>
span { border-color: #5CDFE1; }
span { border-color: rgb(92,223,225); }
td.TdClassName
{
border-color: #5CDFE1;
}
.TagClassName
{
border-color: #5CDFE1;
}
</style>