Shades of Bright Turquoise #23EEE9
Tints of Bright Turquoise #23EEE9
RGB
CMYK
RGB Variations
Color information
#23EEE9 (or 0x23EEE9) is known color: Bright Turquoise. HEX triplet: 23, EE and E9. RGB value is (35,238,233). Sum of RGB (Red+Green+Blue) = 35+238+233=506 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.92% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EEE9 is #DC1116. Grayscale: #B0B0B0. Windows color (decimal): -14422295 or 15330851. OLE color: 15330851.
HSL color Cylindrical-coordinate representation of color #23EEE9: hue angle of 178.52º 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 #23EEE9 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 238 | 233 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.07 |
| HSL | 178.52º | 0.86% | 0.54% | - |
| HSV(B) | 178.52º | 0.85% | 0.93% | - |
| XYZ | 45.98 | 67.39 | 87.68 | - |
| YUV | 176.73 | 159.75 | 26.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 238 | 233 | 0.85 | 0 | 0.02 | 0.07 | 178.52 | 0.86 | 0.54 |
| Hex | 23 | EE | E9 | 55 | 0 | 2 | 7 | B3 | 56 | 36 |
| Octal | 43 | 356 | 351 | 125 | 0 | 2 | 7 | 263 | 126 | 66 |
| Binary | 100011 | 11101110 | 11101001 | 1010101 | 0 | 10 | 111 | 10110011 | 1010110 | 110110 |
Color Harmonies of #23EEE9
Complementary color
Monochromatic Colors of #23EEE9
Black with #23EEE9
Text Example
Text Example
White with #23EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EEE9; }
p { color: rgb(35,238,233); }
H1.HeaderClassName
{
color: #23EEE9;
}
.AnyTagClassName
{
color: #23EEE9;
}
</style>
background-color css
<style>
a { background-color: #23EEE9; }
a { background-color: rgb(35,238,233); }
div.DivClassName
{
background-color: #23EEE9;
}
.BgClassName
{
background-color: #23EEE9;
}
</style>
border-color css
<style>
span { border-color: #23EEE9; }
span { border-color: rgb(35,238,233); }
td.TdClassName
{
border-color: #23EEE9;
}
.TagClassName
{
border-color: #23EEE9;
}
</style>