Shades of Turquoise #23F0C5
Tints of Turquoise #23F0C5
RGB
CMYK
RGB Variations
Color information
#23F0C5 (or 0x23F0C5) is known color: Turquoise. HEX triplet: 23, F0 and C5. RGB value is (35,240,197). Sum of RGB (Red+Green+Blue) = 35+240+197=472 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.42% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #23F0C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F0C5 is #DC0F3A. Grayscale: #ADADAD. Windows color (decimal): -14421819 or 12972067. OLE color: 12972067.
HSL color Cylindrical-coordinate representation of color #23F0C5: hue angle of 167.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23F0C5 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 240 | 197 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.06 |
| HSL | 167.41º | 0.87% | 0.54% | - |
| HSV(B) | 167.41º | 0.85% | 0.94% | - |
| XYZ | 41.93 | 66.71 | 63.49 | - |
| YUV | 173.8 | 141.08 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 240 | 197 | 0.85 | 0 | 0.18 | 0.06 | 167.41 | 0.87 | 0.54 |
| Hex | 23 | F0 | C5 | 55 | 0 | 12 | 6 | A7 | 57 | 36 |
| Octal | 43 | 360 | 305 | 125 | 0 | 22 | 6 | 247 | 127 | 66 |
| Binary | 100011 | 11110000 | 11000101 | 1010101 | 0 | 10010 | 110 | 10100111 | 1010111 | 110110 |
Color Harmonies of #23F0C5
Complementary color
Monochromatic Colors of #23F0C5
Black with #23F0C5
Text Example
Text Example
White with #23F0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F0C5; }
p { color: rgb(35,240,197); }
H1.HeaderClassName
{
color: #23F0C5;
}
.AnyTagClassName
{
color: #23F0C5;
}
</style>
background-color css
<style>
a { background-color: #23F0C5; }
a { background-color: rgb(35,240,197); }
div.DivClassName
{
background-color: #23F0C5;
}
.BgClassName
{
background-color: #23F0C5;
}
</style>
border-color css
<style>
span { border-color: #23F0C5; }
span { border-color: rgb(35,240,197); }
td.TdClassName
{
border-color: #23F0C5;
}
.TagClassName
{
border-color: #23F0C5;
}
</style>