Shades of Bright Turquoise #23FEDB
Tints of Bright Turquoise #23FEDB
RGB
CMYK
RGB Variations
Color information
#23FEDB (or 0x23FEDB) is known color: Bright Turquoise. HEX triplet: 23, FE and DB. RGB value is (35,254,219). Sum of RGB (Red+Green+Blue) = 35+254+219=508 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.89% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FEDB is #DC0124. Grayscale: #B8B8B8. Windows color (decimal): -14418213 or 14417443. OLE color: 14417443.
HSL color Cylindrical-coordinate representation of color #23FEDB: hue angle of 170.41º 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 #23FEDB is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 219 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.00 |
| HSL | 170.41º | 0.99% | 0.57% | - |
| HSV(B) | 170.41º | 0.86% | 1% | - |
| XYZ | 48.92 | 76.36 | 79.18 | - |
| YUV | 184.53 | 147.45 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 219 | 0.86 | 0 | 0.14 | 0.00 | 170.41 | 0.99 | 0.57 |
| Hex | 23 | FE | DB | 56 | 0 | E | 0 | AA | 63 | 39 |
| Octal | 43 | 376 | 333 | 126 | 0 | 16 | 0 | 252 | 143 | 71 |
| Binary | 100011 | 11111110 | 11011011 | 1010110 | 0 | 1110 | 0 | 10101010 | 1100011 | 111001 |
Color Harmonies of #23FEDB
Complementary color
Monochromatic Colors of #23FEDB
Black with #23FEDB
Text Example
Text Example
White with #23FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FEDB; }
p { color: rgb(35,254,219); }
H1.HeaderClassName
{
color: #23FEDB;
}
.AnyTagClassName
{
color: #23FEDB;
}
</style>
background-color css
<style>
a { background-color: #23FEDB; }
a { background-color: rgb(35,254,219); }
div.DivClassName
{
background-color: #23FEDB;
}
.BgClassName
{
background-color: #23FEDB;
}
</style>
border-color css
<style>
span { border-color: #23FEDB; }
span { border-color: rgb(35,254,219); }
td.TdClassName
{
border-color: #23FEDB;
}
.TagClassName
{
border-color: #23FEDB;
}
</style>