Shades of Bright Turquoise #23E2ED
Tints of Bright Turquoise #23E2ED
RGB
CMYK
RGB Variations
Color information
#23E2ED (or 0x23E2ED) is known color: Bright Turquoise. HEX triplet: 23, E2 and ED. RGB value is (35,226,237). Sum of RGB (Red+Green+Blue) = 35+226+237=498 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.03% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #23E2ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E2ED is #DC1D12. Grayscale: #A9A9A9. Windows color (decimal): -14425363 or 15589923. OLE color: 15589923.
HSL color Cylindrical-coordinate representation of color #23E2ED: hue angle of 183.27º 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 #23E2ED is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 226 | 237 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.07 |
| HSL | 183.27º | 0.85% | 0.53% | - |
| HSV(B) | 183.27º | 0.85% | 0.93% | - |
| XYZ | 43.18 | 60.86 | 89.59 | - |
| YUV | 170.15 | 165.72 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 226 | 237 | 0.85 | 0.05 | 0 | 0.07 | 183.27 | 0.85 | 0.53 |
| Hex | 23 | E2 | ED | 55 | 5 | 0 | 7 | B7 | 55 | 35 |
| Octal | 43 | 342 | 355 | 125 | 5 | 0 | 7 | 267 | 125 | 65 |
| Binary | 100011 | 11100010 | 11101101 | 1010101 | 101 | 0 | 111 | 10110111 | 1010101 | 110101 |
Color Harmonies of #23E2ED
Complementary color
Monochromatic Colors of #23E2ED
Black with #23E2ED
Text Example
Text Example
White with #23E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E2ED; }
p { color: rgb(35,226,237); }
H1.HeaderClassName
{
color: #23E2ED;
}
.AnyTagClassName
{
color: #23E2ED;
}
</style>
background-color css
<style>
a { background-color: #23E2ED; }
a { background-color: rgb(35,226,237); }
div.DivClassName
{
background-color: #23E2ED;
}
.BgClassName
{
background-color: #23E2ED;
}
</style>
border-color css
<style>
span { border-color: #23E2ED; }
span { border-color: rgb(35,226,237); }
td.TdClassName
{
border-color: #23E2ED;
}
.TagClassName
{
border-color: #23E2ED;
}
</style>