Shades of Turquoise #23DEC3
Tints of Turquoise #23DEC3
RGB
CMYK
RGB Variations
Color information
#23DEC3 (or 0x23DEC3) is known color: Turquoise. HEX triplet: 23, DE and C3. RGB value is (35,222,195). Sum of RGB (Red+Green+Blue) = 35+222+195=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #23DEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEC3 is #DC213C. Grayscale: #A2A2A2. Windows color (decimal): -14426429 or 12836387. OLE color: 12836387.
HSL color Cylindrical-coordinate representation of color #23DEC3: hue angle of 171.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DEC3 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 195 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.13 |
| HSL | 171.34º | 0.74% | 0.5% | - |
| HSV(B) | 171.34º | 0.84% | 0.87% | - |
| XYZ | 36.66 | 56.54 | 60.61 | - |
| YUV | 163.01 | 146.05 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 195 | 0.84 | 0 | 0.12 | 0.13 | 171.34 | 0.74 | 0.5 |
| Hex | 23 | DE | C3 | 54 | 0 | C | D | AB | 4A | 32 |
| Octal | 43 | 336 | 303 | 124 | 0 | 14 | 15 | 253 | 112 | 62 |
| Binary | 100011 | 11011110 | 11000011 | 1010100 | 0 | 1100 | 1101 | 10101011 | 1001010 | 110010 |
Color Harmonies of #23DEC3
Complementary color
Monochromatic Colors of #23DEC3
Black with #23DEC3
Text Example
Text Example
White with #23DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DEC3; }
p { color: rgb(35,222,195); }
H1.HeaderClassName
{
color: #23DEC3;
}
.AnyTagClassName
{
color: #23DEC3;
}
</style>
background-color css
<style>
a { background-color: #23DEC3; }
a { background-color: rgb(35,222,195); }
div.DivClassName
{
background-color: #23DEC3;
}
.BgClassName
{
background-color: #23DEC3;
}
</style>
border-color css
<style>
span { border-color: #23DEC3; }
span { border-color: rgb(35,222,195); }
td.TdClassName
{
border-color: #23DEC3;
}
.TagClassName
{
border-color: #23DEC3;
}
</style>