Shades of Bright Turquoise #23FEDA
Tints of Bright Turquoise #23FEDA
RGB
CMYK
RGB Variations
Color information
#23FEDA (or 0x23FEDA) is known color: Bright Turquoise. HEX triplet: 23, FE and DA. RGB value is (35,254,218). Sum of RGB (Red+Green+Blue) = 35+254+218=507 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.90% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FEDA is #DC0125. Grayscale: #B8B8B8. Windows color (decimal): -14418214 or 14351907. OLE color: 14351907.
HSL color Cylindrical-coordinate representation of color #23FEDA: hue angle of 170.14º 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 #23FEDA is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 218 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.00 |
| HSL | 170.14º | 0.99% | 0.57% | - |
| HSV(B) | 170.14º | 0.86% | 1% | - |
| XYZ | 48.79 | 76.3 | 78.49 | - |
| YUV | 184.42 | 146.95 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 218 | 0.86 | 0 | 0.14 | 0.00 | 170.14 | 0.99 | 0.57 |
| Hex | 23 | FE | DA | 56 | 0 | E | 0 | AA | 63 | 39 |
| Octal | 43 | 376 | 332 | 126 | 0 | 16 | 0 | 252 | 143 | 71 |
| Binary | 100011 | 11111110 | 11011010 | 1010110 | 0 | 1110 | 0 | 10101010 | 1100011 | 111001 |
Color Harmonies of #23FEDA
Complementary color
Monochromatic Colors of #23FEDA
Black with #23FEDA
Text Example
Text Example
White with #23FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FEDA; }
p { color: rgb(35,254,218); }
H1.HeaderClassName
{
color: #23FEDA;
}
.AnyTagClassName
{
color: #23FEDA;
}
</style>
background-color css
<style>
a { background-color: #23FEDA; }
a { background-color: rgb(35,254,218); }
div.DivClassName
{
background-color: #23FEDA;
}
.BgClassName
{
background-color: #23FEDA;
}
</style>
border-color css
<style>
span { border-color: #23FEDA; }
span { border-color: rgb(35,254,218); }
td.TdClassName
{
border-color: #23FEDA;
}
.TagClassName
{
border-color: #23FEDA;
}
</style>