Shades of Turquoise #23F4C4
Tints of Turquoise #23F4C4
RGB
CMYK
RGB Variations
Color information
#23F4C4 (or 0x23F4C4) is known color: Turquoise. HEX triplet: 23, F4 and C4. RGB value is (35,244,196). Sum of RGB (Red+Green+Blue) = 35+244+196=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #23F4C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F4C4 is #DC0B3B. Grayscale: #B0B0B0. Windows color (decimal): -14420796 or 12907555. OLE color: 12907555.
HSL color Cylindrical-coordinate representation of color #23F4C4: hue angle of 166.22º 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 #23F4C4 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 244 | 196 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.04 |
| HSL | 166.22º | 0.9% | 0.55% | - |
| HSV(B) | 166.22º | 0.86% | 0.96% | - |
| XYZ | 43.01 | 69.04 | 63.28 | - |
| YUV | 176.04 | 139.26 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 244 | 196 | 0.86 | 0 | 0.20 | 0.04 | 166.22 | 0.9 | 0.55 |
| Hex | 23 | F4 | C4 | 56 | 0 | 14 | 4 | A6 | 5A | 37 |
| Octal | 43 | 364 | 304 | 126 | 0 | 24 | 4 | 246 | 132 | 67 |
| Binary | 100011 | 11110100 | 11000100 | 1010110 | 0 | 10100 | 100 | 10100110 | 1011010 | 110111 |
Color Harmonies of #23F4C4
Complementary color
Monochromatic Colors of #23F4C4
Black with #23F4C4
Text Example
Text Example
White with #23F4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F4C4; }
p { color: rgb(35,244,196); }
H1.HeaderClassName
{
color: #23F4C4;
}
.AnyTagClassName
{
color: #23F4C4;
}
</style>
background-color css
<style>
a { background-color: #23F4C4; }
a { background-color: rgb(35,244,196); }
div.DivClassName
{
background-color: #23F4C4;
}
.BgClassName
{
background-color: #23F4C4;
}
</style>
border-color css
<style>
span { border-color: #23F4C4; }
span { border-color: rgb(35,244,196); }
td.TdClassName
{
border-color: #23F4C4;
}
.TagClassName
{
border-color: #23F4C4;
}
</style>