Shades of Bright Turquoise #23FEED
Tints of Bright Turquoise #23FEED
RGB
CMYK
RGB Variations
Color information
#23FEED (or 0x23FEED) is known color: Bright Turquoise. HEX triplet: 23, FE and ED. RGB value is (35,254,237). Sum of RGB (Red+Green+Blue) = 35+254+237=526 (69% of max value = 765). Red value is 35 (14.06% from 255 or 6.65% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23FEED is #DC0112. Grayscale: #BABABA. Windows color (decimal): -14418195 or 15597091. OLE color: 15597091.
HSL color Cylindrical-coordinate representation of color #23FEED: hue angle of 175.34º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FEED is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 237 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.00 |
| HSL | 175.34º | 0.99% | 0.57% | - |
| HSV(B) | 175.34º | 0.86% | 1% | - |
| XYZ | 51.42 | 77.36 | 92.34 | - |
| YUV | 186.58 | 156.45 | 19.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 237 | 0.86 | 0 | 0.07 | 0.00 | 175.34 | 0.99 | 0.57 |
| Hex | 23 | FE | ED | 56 | 0 | 7 | 0 | AF | 63 | 39 |
| Octal | 43 | 376 | 355 | 126 | 0 | 7 | 0 | 257 | 143 | 71 |
| Binary | 100011 | 11111110 | 11101101 | 1010110 | 0 | 111 | 0 | 10101111 | 1100011 | 111001 |
Color Harmonies of #23FEED
Complementary color
Monochromatic Colors of #23FEED
Black with #23FEED
Text Example
Text Example
White with #23FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FEED; }
p { color: rgb(35,254,237); }
H1.HeaderClassName
{
color: #23FEED;
}
.AnyTagClassName
{
color: #23FEED;
}
</style>
background-color css
<style>
a { background-color: #23FEED; }
a { background-color: rgb(35,254,237); }
div.DivClassName
{
background-color: #23FEED;
}
.BgClassName
{
background-color: #23FEED;
}
</style>
border-color css
<style>
span { border-color: #23FEED; }
span { border-color: rgb(35,254,237); }
td.TdClassName
{
border-color: #23FEED;
}
.TagClassName
{
border-color: #23FEED;
}
</style>