Shades of Turquoise Blue #5CCFF1
Tints of Turquoise Blue #5CCFF1
RGB
CMYK
RGB Variations
Color information
#5CCFF1 (or 0x5CCFF1) is known color: Turquoise Blue. HEX triplet: 5C, CF and F1. RGB value is (92,207,241). Sum of RGB (Red+Green+Blue) = 92+207+241=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CCFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCFF1 is #A3300E. Grayscale: #B0B0B0. Windows color (decimal): -10694671 or 15847260. OLE color: 15847260.
HSL color Cylindrical-coordinate representation of color #5CCFF1: hue angle of 193.69º 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 #5CCFF1 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 207 | 241 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.05 |
| HSL | 193.69º | 0.84% | 0.65% | - |
| HSV(B) | 193.69º | 0.62% | 0.95% | - |
| XYZ | 42.6 | 53.25 | 91.25 | - |
| YUV | 176.49 | 164.4 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 241 | 0.62 | 0.14 | 0 | 0.05 | 193.69 | 0.84 | 0.65 |
| Hex | 5C | CF | F1 | 3E | E | 0 | 5 | C2 | 54 | 41 |
| Octal | 134 | 317 | 361 | 76 | 16 | 0 | 5 | 302 | 124 | 101 |
| Binary | 1011100 | 11001111 | 11110001 | 111110 | 1110 | 0 | 101 | 11000010 | 1010100 | 1000001 |
Color Harmonies of #5CCFF1
Complementary color
Monochromatic Colors of #5CCFF1
Black with #5CCFF1
Text Example
Text Example
White with #5CCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFF1; }
p { color: rgb(92,207,241); }
H1.HeaderClassName
{
color: #5CCFF1;
}
.AnyTagClassName
{
color: #5CCFF1;
}
</style>
background-color css
<style>
a { background-color: #5CCFF1; }
a { background-color: rgb(92,207,241); }
div.DivClassName
{
background-color: #5CCFF1;
}
.BgClassName
{
background-color: #5CCFF1;
}
</style>
border-color css
<style>
span { border-color: #5CCFF1; }
span { border-color: rgb(92,207,241); }
td.TdClassName
{
border-color: #5CCFF1;
}
.TagClassName
{
border-color: #5CCFF1;
}
</style>