Shades of Bright Turquoise #23FED3
Tints of Bright Turquoise #23FED3
RGB
CMYK
RGB Variations
Color information
#23FED3 (or 0x23FED3) is known color: Bright Turquoise. HEX triplet: 23, FE and D3. RGB value is (35,254,211). Sum of RGB (Red+Green+Blue) = 35+254+211=500 (66% of max value = 765). Red value is 35 (14.06% from 255 or 7% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #23FED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FED3 is #DC012C. Grayscale: #B7B7B7. Windows color (decimal): -14418221 or 13893155. OLE color: 13893155.
HSL color Cylindrical-coordinate representation of color #23FED3: hue angle of 168.22º 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 #23FED3 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 211 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.00 |
| HSL | 168.22º | 0.99% | 0.57% | - |
| HSV(B) | 168.22º | 0.86% | 1% | - |
| XYZ | 47.89 | 75.94 | 73.76 | - |
| YUV | 183.62 | 143.45 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 211 | 0.86 | 0 | 0.17 | 0.00 | 168.22 | 0.99 | 0.57 |
| Hex | 23 | FE | D3 | 56 | 0 | 11 | 0 | A8 | 63 | 39 |
| Octal | 43 | 376 | 323 | 126 | 0 | 21 | 0 | 250 | 143 | 71 |
| Binary | 100011 | 11111110 | 11010011 | 1010110 | 0 | 10001 | 0 | 10101000 | 1100011 | 111001 |
Color Harmonies of #23FED3
Complementary color
Monochromatic Colors of #23FED3
Black with #23FED3
Text Example
Text Example
White with #23FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FED3; }
p { color: rgb(35,254,211); }
H1.HeaderClassName
{
color: #23FED3;
}
.AnyTagClassName
{
color: #23FED3;
}
</style>
background-color css
<style>
a { background-color: #23FED3; }
a { background-color: rgb(35,254,211); }
div.DivClassName
{
background-color: #23FED3;
}
.BgClassName
{
background-color: #23FED3;
}
</style>
border-color css
<style>
span { border-color: #23FED3; }
span { border-color: rgb(35,254,211); }
td.TdClassName
{
border-color: #23FED3;
}
.TagClassName
{
border-color: #23FED3;
}
</style>