Shades of Turquoise Blue #5CCBED
Tints of Turquoise Blue #5CCBED
RGB
CMYK
RGB Variations
Color information
#5CCBED (or 0x5CCBED) is known color: Turquoise Blue. HEX triplet: 5C, CB and ED. RGB value is (92,203,237). Sum of RGB (Red+Green+Blue) = 92+203+237=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CCBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCBED is #A33412. Grayscale: #ADADAD. Windows color (decimal): -10695699 or 15584092. OLE color: 15584092.
HSL color Cylindrical-coordinate representation of color #5CCBED: hue angle of 194.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCBED is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 203 | 237 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.07 |
| HSL | 194.07º | 0.8% | 0.65% | - |
| HSV(B) | 194.07º | 0.61% | 0.93% | - |
| XYZ | 41.06 | 51.1 | 87.82 | - |
| YUV | 173.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 237 | 0.61 | 0.14 | 0 | 0.07 | 194.07 | 0.8 | 0.65 |
| Hex | 5C | CB | ED | 3D | E | 0 | 7 | C2 | 50 | 41 |
| Octal | 134 | 313 | 355 | 75 | 16 | 0 | 7 | 302 | 120 | 101 |
| Binary | 1011100 | 11001011 | 11101101 | 111101 | 1110 | 0 | 111 | 11000010 | 1010000 | 1000001 |
Color Harmonies of #5CCBED
Complementary color
Monochromatic Colors of #5CCBED
Black with #5CCBED
Text Example
Text Example
White with #5CCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBED; }
p { color: rgb(92,203,237); }
H1.HeaderClassName
{
color: #5CCBED;
}
.AnyTagClassName
{
color: #5CCBED;
}
</style>
background-color css
<style>
a { background-color: #5CCBED; }
a { background-color: rgb(92,203,237); }
div.DivClassName
{
background-color: #5CCBED;
}
.BgClassName
{
background-color: #5CCBED;
}
</style>
border-color css
<style>
span { border-color: #5CCBED; }
span { border-color: rgb(92,203,237); }
td.TdClassName
{
border-color: #5CCBED;
}
.TagClassName
{
border-color: #5CCBED;
}
</style>