Shades of Turquoise #5CEFD2
Tints of Turquoise #5CEFD2
RGB
CMYK
RGB Variations
Color information
#5CEFD2 (or 0x5CEFD2) is known color: Turquoise. HEX triplet: 5C, EF and D2. RGB value is (92,239,210). Sum of RGB (Red+Green+Blue) = 92+239+210=541 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.01% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFD2 is #A3102D. Grayscale: #BFBFBF. Windows color (decimal): -10686510 or 13823836. OLE color: 13823836.
HSL color Cylindrical-coordinate representation of color #5CEFD2: hue angle of 168.16º 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 #5CEFD2 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 210 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.06 |
| HSL | 168.16º | 0.82% | 0.65% | - |
| HSV(B) | 168.16º | 0.62% | 0.94% | - |
| XYZ | 46.91 | 68.66 | 71.75 | - |
| YUV | 191.74 | 138.3 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 210 | 0.62 | 0 | 0.12 | 0.06 | 168.16 | 0.82 | 0.65 |
| Hex | 5C | EF | D2 | 3E | 0 | C | 6 | A8 | 52 | 41 |
| Octal | 134 | 357 | 322 | 76 | 0 | 14 | 6 | 250 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11010010 | 111110 | 0 | 1100 | 110 | 10101000 | 1010010 | 1000001 |
Color Harmonies of #5CEFD2
Complementary color
Monochromatic Colors of #5CEFD2
Black with #5CEFD2
Text Example
Text Example
White with #5CEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFD2; }
p { color: rgb(92,239,210); }
H1.HeaderClassName
{
color: #5CEFD2;
}
.AnyTagClassName
{
color: #5CEFD2;
}
</style>
background-color css
<style>
a { background-color: #5CEFD2; }
a { background-color: rgb(92,239,210); }
div.DivClassName
{
background-color: #5CEFD2;
}
.BgClassName
{
background-color: #5CEFD2;
}
</style>
border-color css
<style>
span { border-color: #5CEFD2; }
span { border-color: rgb(92,239,210); }
td.TdClassName
{
border-color: #5CEFD2;
}
.TagClassName
{
border-color: #5CEFD2;
}
</style>