Shades of Turquoise Blue #5CDFEF
Tints of Turquoise Blue #5CDFEF
RGB
CMYK
RGB Variations
Color information
#5CDFEF (or 0x5CDFEF) is known color: Turquoise Blue. HEX triplet: 5C, DF and EF. RGB value is (92,223,239). Sum of RGB (Red+Green+Blue) = 92+223+239=554 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.61% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDFEF is #A32010. Grayscale: #B9B9B9. Windows color (decimal): -10690577 or 15720284. OLE color: 15720284.
HSL color Cylindrical-coordinate representation of color #5CDFEF: hue angle of 186.53º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CDFEF is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 223 | 239 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.06 |
| HSL | 186.53º | 0.82% | 0.65% | - |
| HSV(B) | 186.53º | 0.62% | 0.94% | - |
| XYZ | 46.38 | 61.28 | 91.05 | - |
| YUV | 185.66 | 158.1 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 239 | 0.62 | 0.07 | 0 | 0.06 | 186.53 | 0.82 | 0.65 |
| Hex | 5C | DF | EF | 3E | 7 | 0 | 6 | BB | 52 | 41 |
| Octal | 134 | 337 | 357 | 76 | 7 | 0 | 6 | 273 | 122 | 101 |
| Binary | 1011100 | 11011111 | 11101111 | 111110 | 111 | 0 | 110 | 10111011 | 1010010 | 1000001 |
Color Harmonies of #5CDFEF
Complementary color
Monochromatic Colors of #5CDFEF
Black with #5CDFEF
Text Example
Text Example
White with #5CDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFEF; }
p { color: rgb(92,223,239); }
H1.HeaderClassName
{
color: #5CDFEF;
}
.AnyTagClassName
{
color: #5CDFEF;
}
</style>
background-color css
<style>
a { background-color: #5CDFEF; }
a { background-color: rgb(92,223,239); }
div.DivClassName
{
background-color: #5CDFEF;
}
.BgClassName
{
background-color: #5CDFEF;
}
</style>
border-color css
<style>
span { border-color: #5CDFEF; }
span { border-color: rgb(92,223,239); }
td.TdClassName
{
border-color: #5CDFEF;
}
.TagClassName
{
border-color: #5CDFEF;
}
</style>