Shades of Turquoise Blue #5CEFE9
Tints of Turquoise Blue #5CEFE9
RGB
CMYK
RGB Variations
Color information
#5CEFE9 (or 0x5CEFE9) is known color: Turquoise Blue. HEX triplet: 5C, EF and E9. RGB value is (92,239,233). Sum of RGB (Red+Green+Blue) = 92+239+233=564 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.31% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFE9 is #A31016. Grayscale: #C2C2C2. Windows color (decimal): -10686487 or 15331164. OLE color: 15331164.
HSL color Cylindrical-coordinate representation of color #5CEFE9: hue angle of 177.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFE9 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 233 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.06 |
| HSL | 177.55º | 0.82% | 0.65% | - |
| HSV(B) | 177.55º | 0.62% | 0.94% | - |
| XYZ | 49.99 | 69.89 | 87.95 | - |
| YUV | 194.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 233 | 0.62 | 0 | 0.03 | 0.06 | 177.55 | 0.82 | 0.65 |
| Hex | 5C | EF | E9 | 3E | 0 | 3 | 6 | B2 | 52 | 41 |
| Octal | 134 | 357 | 351 | 76 | 0 | 3 | 6 | 262 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11101001 | 111110 | 0 | 11 | 110 | 10110010 | 1010010 | 1000001 |
Color Harmonies of #5CEFE9
Complementary color
Monochromatic Colors of #5CEFE9
Black with #5CEFE9
Text Example
Text Example
White with #5CEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFE9; }
p { color: rgb(92,239,233); }
H1.HeaderClassName
{
color: #5CEFE9;
}
.AnyTagClassName
{
color: #5CEFE9;
}
</style>
background-color css
<style>
a { background-color: #5CEFE9; }
a { background-color: rgb(92,239,233); }
div.DivClassName
{
background-color: #5CEFE9;
}
.BgClassName
{
background-color: #5CEFE9;
}
</style>
border-color css
<style>
span { border-color: #5CEFE9; }
span { border-color: rgb(92,239,233); }
td.TdClassName
{
border-color: #5CEFE9;
}
.TagClassName
{
border-color: #5CEFE9;
}
</style>