Shades of Turquoise Blue #5CDBF2
Tints of Turquoise Blue #5CDBF2
RGB
CMYK
RGB Variations
Color information
#5CDBF2 (or 0x5CDBF2) is known color: Turquoise Blue. HEX triplet: 5C, DB and F2. RGB value is (92,219,242). Sum of RGB (Red+Green+Blue) = 92+219+242=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CDBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDBF2 is #A3240D. Grayscale: #B7B7B7. Windows color (decimal): -10691598 or 15915868. OLE color: 15915868.
HSL color Cylindrical-coordinate representation of color #5CDBF2: hue angle of 189.2º degrees, saturation: 0.85, 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 #5CDBF2 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 219 | 242 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.05 |
| HSL | 189.2º | 0.85% | 0.65% | - |
| HSV(B) | 189.2º | 0.62% | 0.95% | - |
| XYZ | 45.77 | 59.35 | 93.05 | - |
| YUV | 183.65 | 160.92 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 242 | 0.62 | 0.10 | 0 | 0.05 | 189.2 | 0.85 | 0.65 |
| Hex | 5C | DB | F2 | 3E | A | 0 | 5 | BD | 55 | 41 |
| Octal | 134 | 333 | 362 | 76 | 12 | 0 | 5 | 275 | 125 | 101 |
| Binary | 1011100 | 11011011 | 11110010 | 111110 | 1010 | 0 | 101 | 10111101 | 1010101 | 1000001 |
Color Harmonies of #5CDBF2
Complementary color
Monochromatic Colors of #5CDBF2
Black with #5CDBF2
Text Example
Text Example
White with #5CDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBF2; }
p { color: rgb(92,219,242); }
H1.HeaderClassName
{
color: #5CDBF2;
}
.AnyTagClassName
{
color: #5CDBF2;
}
</style>
background-color css
<style>
a { background-color: #5CDBF2; }
a { background-color: rgb(92,219,242); }
div.DivClassName
{
background-color: #5CDBF2;
}
.BgClassName
{
background-color: #5CDBF2;
}
</style>
border-color css
<style>
span { border-color: #5CDBF2; }
span { border-color: rgb(92,219,242); }
td.TdClassName
{
border-color: #5CDBF2;
}
.TagClassName
{
border-color: #5CDBF2;
}
</style>