Shades of Turquoise #23EEC2
Tints of Turquoise #23EEC2
RGB
CMYK
RGB Variations
Color information
#23EEC2 (or 0x23EEC2) is known color: Turquoise. HEX triplet: 23, EE and C2. RGB value is (35,238,194). Sum of RGB (Red+Green+Blue) = 35+238+194=467 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.49% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEC2 is #DC113D. Grayscale: #ACACAC. Windows color (decimal): -14422334 or 12774947. OLE color: 12774947.
HSL color Cylindrical-coordinate representation of color #23EEC2: hue angle of 167º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EEC2 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 238 | 194 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.07 |
| HSL | 167º | 0.86% | 0.54% | - |
| HSV(B) | 167º | 0.85% | 0.93% | - |
| XYZ | 41.01 | 65.4 | 61.5 | - |
| YUV | 172.29 | 140.25 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 238 | 194 | 0.85 | 0 | 0.18 | 0.07 | 167 | 0.86 | 0.54 |
| Hex | 23 | EE | C2 | 55 | 0 | 12 | 7 | A7 | 56 | 36 |
| Octal | 43 | 356 | 302 | 125 | 0 | 22 | 7 | 247 | 126 | 66 |
| Binary | 100011 | 11101110 | 11000010 | 1010101 | 0 | 10010 | 111 | 10100111 | 1010110 | 110110 |
Color Harmonies of #23EEC2
Complementary color
Monochromatic Colors of #23EEC2
Black with #23EEC2
Text Example
Text Example
White with #23EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EEC2; }
p { color: rgb(35,238,194); }
H1.HeaderClassName
{
color: #23EEC2;
}
.AnyTagClassName
{
color: #23EEC2;
}
</style>
background-color css
<style>
a { background-color: #23EEC2; }
a { background-color: rgb(35,238,194); }
div.DivClassName
{
background-color: #23EEC2;
}
.BgClassName
{
background-color: #23EEC2;
}
</style>
border-color css
<style>
span { border-color: #23EEC2; }
span { border-color: rgb(35,238,194); }
td.TdClassName
{
border-color: #23EEC2;
}
.TagClassName
{
border-color: #23EEC2;
}
</style>