Shades of Bright Turquoise #23F5D9
Tints of Bright Turquoise #23F5D9
RGB
CMYK
RGB Variations
Color information
#23F5D9 (or 0x23F5D9) is known color: Bright Turquoise. HEX triplet: 23, F5 and D9. RGB value is (35,245,217). Sum of RGB (Red+Green+Blue) = 35+245+217=497 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.04% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #23F5D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F5D9 is #DC0A26. Grayscale: #B2B2B2. Windows color (decimal): -14420519 or 14284067. OLE color: 14284067.
HSL color Cylindrical-coordinate representation of color #23F5D9: hue angle of 172º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F5D9 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 245 | 217 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.04 |
| HSL | 172º | 0.91% | 0.55% | - |
| HSV(B) | 172º | 0.86% | 0.96% | - |
| XYZ | 45.87 | 70.67 | 76.87 | - |
| YUV | 179.02 | 149.43 | 25.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 245 | 217 | 0.86 | 0 | 0.11 | 0.04 | 172 | 0.91 | 0.55 |
| Hex | 23 | F5 | D9 | 56 | 0 | B | 4 | AC | 5B | 37 |
| Octal | 43 | 365 | 331 | 126 | 0 | 13 | 4 | 254 | 133 | 67 |
| Binary | 100011 | 11110101 | 11011001 | 1010110 | 0 | 1011 | 100 | 10101100 | 1011011 | 110111 |
Color Harmonies of #23F5D9
Complementary color
Monochromatic Colors of #23F5D9
Black with #23F5D9
Text Example
Text Example
White with #23F5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F5D9; }
p { color: rgb(35,245,217); }
H1.HeaderClassName
{
color: #23F5D9;
}
.AnyTagClassName
{
color: #23F5D9;
}
</style>
background-color css
<style>
a { background-color: #23F5D9; }
a { background-color: rgb(35,245,217); }
div.DivClassName
{
background-color: #23F5D9;
}
.BgClassName
{
background-color: #23F5D9;
}
</style>
border-color css
<style>
span { border-color: #23F5D9; }
span { border-color: rgb(35,245,217); }
td.TdClassName
{
border-color: #23F5D9;
}
.TagClassName
{
border-color: #23F5D9;
}
</style>