Shades of Turquoise #23F4C7
Tints of Turquoise #23F4C7
RGB
CMYK
RGB Variations
Color information
#23F4C7 (or 0x23F4C7) is known color: Turquoise. HEX triplet: 23, F4 and C7. RGB value is (35,244,199). Sum of RGB (Red+Green+Blue) = 35+244+199=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #23F4C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F4C7 is #DC0B38. Grayscale: #B0B0B0. Windows color (decimal): -14420793 or 13104163. OLE color: 13104163.
HSL color Cylindrical-coordinate representation of color #23F4C7: hue angle of 167.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F4C7 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 244 | 199 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.04 |
| HSL | 167.08º | 0.9% | 0.55% | - |
| HSV(B) | 167.08º | 0.86% | 0.96% | - |
| XYZ | 43.35 | 69.18 | 65.1 | - |
| YUV | 176.38 | 140.76 | 27.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 244 | 199 | 0.86 | 0 | 0.18 | 0.04 | 167.08 | 0.9 | 0.55 |
| Hex | 23 | F4 | C7 | 56 | 0 | 12 | 4 | A7 | 5A | 37 |
| Octal | 43 | 364 | 307 | 126 | 0 | 22 | 4 | 247 | 132 | 67 |
| Binary | 100011 | 11110100 | 11000111 | 1010110 | 0 | 10010 | 100 | 10100111 | 1011010 | 110111 |
Color Harmonies of #23F4C7
Complementary color
Monochromatic Colors of #23F4C7
Black with #23F4C7
Text Example
Text Example
White with #23F4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F4C7; }
p { color: rgb(35,244,199); }
H1.HeaderClassName
{
color: #23F4C7;
}
.AnyTagClassName
{
color: #23F4C7;
}
</style>
background-color css
<style>
a { background-color: #23F4C7; }
a { background-color: rgb(35,244,199); }
div.DivClassName
{
background-color: #23F4C7;
}
.BgClassName
{
background-color: #23F4C7;
}
</style>
border-color css
<style>
span { border-color: #23F4C7; }
span { border-color: rgb(35,244,199); }
td.TdClassName
{
border-color: #23F4C7;
}
.TagClassName
{
border-color: #23F4C7;
}
</style>