Shades of Bright Turquoise #23FED7
Tints of Bright Turquoise #23FED7
RGB
CMYK
RGB Variations
Color information
#23FED7 (or 0x23FED7) is known color: Bright Turquoise. HEX triplet: 23, FE and D7. RGB value is (35,254,215). Sum of RGB (Red+Green+Blue) = 35+254+215=504 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.94% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #23FED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FED7 is #DC0128. Grayscale: #B8B8B8. Windows color (decimal): -14418217 or 14155299. OLE color: 14155299.
HSL color Cylindrical-coordinate representation of color #23FED7: hue angle of 169.32º 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 #23FED7 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 215 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.00 |
| HSL | 169.32º | 0.99% | 0.57% | - |
| HSV(B) | 169.32º | 0.86% | 1% | - |
| XYZ | 48.4 | 76.15 | 76.44 | - |
| YUV | 184.07 | 145.45 | 21.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 215 | 0.86 | 0 | 0.15 | 0.00 | 169.32 | 0.99 | 0.57 |
| Hex | 23 | FE | D7 | 56 | 0 | F | 0 | A9 | 63 | 39 |
| Octal | 43 | 376 | 327 | 126 | 0 | 17 | 0 | 251 | 143 | 71 |
| Binary | 100011 | 11111110 | 11010111 | 1010110 | 0 | 1111 | 0 | 10101001 | 1100011 | 111001 |
Color Harmonies of #23FED7
Complementary color
Monochromatic Colors of #23FED7
Black with #23FED7
Text Example
Text Example
White with #23FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FED7; }
p { color: rgb(35,254,215); }
H1.HeaderClassName
{
color: #23FED7;
}
.AnyTagClassName
{
color: #23FED7;
}
</style>
background-color css
<style>
a { background-color: #23FED7; }
a { background-color: rgb(35,254,215); }
div.DivClassName
{
background-color: #23FED7;
}
.BgClassName
{
background-color: #23FED7;
}
</style>
border-color css
<style>
span { border-color: #23FED7; }
span { border-color: rgb(35,254,215); }
td.TdClassName
{
border-color: #23FED7;
}
.TagClassName
{
border-color: #23FED7;
}
</style>