Shades of Turquoise #23EDC2
Tints of Turquoise #23EDC2
RGB
CMYK
RGB Variations
Color information
#23EDC2 (or 0x23EDC2) is known color: Turquoise. HEX triplet: 23, ED and C2. RGB value is (35,237,194). Sum of RGB (Red+Green+Blue) = 35+237+194=466 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.51% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDC2 is #DC123D. Grayscale: #ABABAB. Windows color (decimal): -14422590 or 12774691. OLE color: 12774691.
HSL color Cylindrical-coordinate representation of color #23EDC2: hue angle of 167.23º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EDC2 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 194 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.07 |
| HSL | 167.23º | 0.85% | 0.53% | - |
| HSV(B) | 167.23º | 0.85% | 0.93% | - |
| XYZ | 40.71 | 64.82 | 61.4 | - |
| YUV | 171.7 | 140.58 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 194 | 0.85 | 0 | 0.18 | 0.07 | 167.23 | 0.85 | 0.53 |
| Hex | 23 | ED | C2 | 55 | 0 | 12 | 7 | A7 | 55 | 35 |
| Octal | 43 | 355 | 302 | 125 | 0 | 22 | 7 | 247 | 125 | 65 |
| Binary | 100011 | 11101101 | 11000010 | 1010101 | 0 | 10010 | 111 | 10100111 | 1010101 | 110101 |
Color Harmonies of #23EDC2
Complementary color
Monochromatic Colors of #23EDC2
Black with #23EDC2
Text Example
Text Example
White with #23EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EDC2; }
p { color: rgb(35,237,194); }
H1.HeaderClassName
{
color: #23EDC2;
}
.AnyTagClassName
{
color: #23EDC2;
}
</style>
background-color css
<style>
a { background-color: #23EDC2; }
a { background-color: rgb(35,237,194); }
div.DivClassName
{
background-color: #23EDC2;
}
.BgClassName
{
background-color: #23EDC2;
}
</style>
border-color css
<style>
span { border-color: #23EDC2; }
span { border-color: rgb(35,237,194); }
td.TdClassName
{
border-color: #23EDC2;
}
.TagClassName
{
border-color: #23EDC2;
}
</style>