Shades of Turquoise Blue #5CCDF1
Tints of Turquoise Blue #5CCDF1
RGB
CMYK
RGB Variations
Color information
#5CCDF1 (or 0x5CCDF1) is known color: Turquoise Blue. HEX triplet: 5C, CD and F1. RGB value is (92,205,241). Sum of RGB (Red+Green+Blue) = 92+205+241=538 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.10% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CCDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCDF1 is #A3320E. Grayscale: #AFAFAF. Windows color (decimal): -10695183 or 15846748. OLE color: 15846748.
HSL color Cylindrical-coordinate representation of color #5CCDF1: hue angle of 194.5º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CCDF1 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 205 | 241 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.05 |
| HSL | 194.5º | 0.84% | 0.65% | - |
| HSV(B) | 194.5º | 0.62% | 0.95% | - |
| XYZ | 42.12 | 52.29 | 91.09 | - |
| YUV | 175.32 | 165.06 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 241 | 0.62 | 0.15 | 0 | 0.05 | 194.5 | 0.84 | 0.65 |
| Hex | 5C | CD | F1 | 3E | F | 0 | 5 | C2 | 54 | 41 |
| Octal | 134 | 315 | 361 | 76 | 17 | 0 | 5 | 302 | 124 | 101 |
| Binary | 1011100 | 11001101 | 11110001 | 111110 | 1111 | 0 | 101 | 11000010 | 1010100 | 1000001 |
Color Harmonies of #5CCDF1
Complementary color
Monochromatic Colors of #5CCDF1
Black with #5CCDF1
Text Example
Text Example
White with #5CCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDF1; }
p { color: rgb(92,205,241); }
H1.HeaderClassName
{
color: #5CCDF1;
}
.AnyTagClassName
{
color: #5CCDF1;
}
</style>
background-color css
<style>
a { background-color: #5CCDF1; }
a { background-color: rgb(92,205,241); }
div.DivClassName
{
background-color: #5CCDF1;
}
.BgClassName
{
background-color: #5CCDF1;
}
</style>
border-color css
<style>
span { border-color: #5CCDF1; }
span { border-color: rgb(92,205,241); }
td.TdClassName
{
border-color: #5CCDF1;
}
.TagClassName
{
border-color: #5CCDF1;
}
</style>