Shades of Turquoise #5CEFCB
Tints of Turquoise #5CEFCB
RGB
CMYK
RGB Variations
Color information
#5CEFCB (or 0x5CEFCB) is known color: Turquoise. HEX triplet: 5C, EF and CB. RGB value is (92,239,203). Sum of RGB (Red+Green+Blue) = 92+239+203=534 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.23% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFCB is #A31034. Grayscale: #BEBEBE. Windows color (decimal): -10686517 or 13365084. OLE color: 13365084.
HSL color Cylindrical-coordinate representation of color #5CEFCB: hue angle of 165.31º 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 #5CEFCB is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 203 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.06 |
| HSL | 165.31º | 0.82% | 0.65% | - |
| HSV(B) | 165.31º | 0.62% | 0.94% | - |
| XYZ | 46.06 | 68.32 | 67.26 | - |
| YUV | 190.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 203 | 0.62 | 0 | 0.15 | 0.06 | 165.31 | 0.82 | 0.65 |
| Hex | 5C | EF | CB | 3E | 0 | F | 6 | A5 | 52 | 41 |
| Octal | 134 | 357 | 313 | 76 | 0 | 17 | 6 | 245 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11001011 | 111110 | 0 | 1111 | 110 | 10100101 | 1010010 | 1000001 |
Color Harmonies of #5CEFCB
Complementary color
Monochromatic Colors of #5CEFCB
Black with #5CEFCB
Text Example
Text Example
White with #5CEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFCB; }
p { color: rgb(92,239,203); }
H1.HeaderClassName
{
color: #5CEFCB;
}
.AnyTagClassName
{
color: #5CEFCB;
}
</style>
background-color css
<style>
a { background-color: #5CEFCB; }
a { background-color: rgb(92,239,203); }
div.DivClassName
{
background-color: #5CEFCB;
}
.BgClassName
{
background-color: #5CEFCB;
}
</style>
border-color css
<style>
span { border-color: #5CEFCB; }
span { border-color: rgb(92,239,203); }
td.TdClassName
{
border-color: #5CEFCB;
}
.TagClassName
{
border-color: #5CEFCB;
}
</style>