Shades of Turquoise Blue #5CDFF6
Tints of Turquoise Blue #5CDFF6
RGB
CMYK
RGB Variations
Color information
#5CDFF6 (or 0x5CDFF6) is known color: Turquoise Blue. HEX triplet: 5C, DF and F6. RGB value is (92,223,246). Sum of RGB (Red+Green+Blue) = 92+223+246=561 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.40% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CDFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDFF6 is #A32009. Grayscale: #BABABA. Windows color (decimal): -10690570 or 16179036. OLE color: 16179036.
HSL color Cylindrical-coordinate representation of color #5CDFF6: hue angle of 188.96º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CDFF6 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 223 | 246 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.04 |
| HSL | 188.96º | 0.9% | 0.66% | - |
| HSV(B) | 188.96º | 0.63% | 0.96% | - |
| XYZ | 47.44 | 61.7 | 96.6 | - |
| YUV | 186.45 | 161.6 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 246 | 0.63 | 0.09 | 0 | 0.04 | 188.96 | 0.9 | 0.66 |
| Hex | 5C | DF | F6 | 3F | 9 | 0 | 4 | BD | 5A | 42 |
| Octal | 134 | 337 | 366 | 77 | 11 | 0 | 4 | 275 | 132 | 102 |
| Binary | 1011100 | 11011111 | 11110110 | 111111 | 1001 | 0 | 100 | 10111101 | 1011010 | 1000010 |
Color Harmonies of #5CDFF6
Complementary color
Monochromatic Colors of #5CDFF6
Black with #5CDFF6
Text Example
Text Example
White with #5CDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFF6; }
p { color: rgb(92,223,246); }
H1.HeaderClassName
{
color: #5CDFF6;
}
.AnyTagClassName
{
color: #5CDFF6;
}
</style>
background-color css
<style>
a { background-color: #5CDFF6; }
a { background-color: rgb(92,223,246); }
div.DivClassName
{
background-color: #5CDFF6;
}
.BgClassName
{
background-color: #5CDFF6;
}
</style>
border-color css
<style>
span { border-color: #5CDFF6; }
span { border-color: rgb(92,223,246); }
td.TdClassName
{
border-color: #5CDFF6;
}
.TagClassName
{
border-color: #5CDFF6;
}
</style>