Shades of Bright Turquoise #23F0DF
Tints of Bright Turquoise #23F0DF
RGB
CMYK
RGB Variations
Color information
#23F0DF (or 0x23F0DF) is known color: Bright Turquoise. HEX triplet: 23, F0 and DF. RGB value is (35,240,223). Sum of RGB (Red+Green+Blue) = 35+240+223=498 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.03% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #23F0DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F0DF is #DC0F20. Grayscale: #B0B0B0. Windows color (decimal): -14421793 or 14676003. OLE color: 14676003.
HSL color Cylindrical-coordinate representation of color #23F0DF: hue angle of 175.02º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23F0DF is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 240 | 223 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.06 |
| HSL | 175.02º | 0.87% | 0.54% | - |
| HSV(B) | 175.02º | 0.85% | 0.94% | - |
| XYZ | 45.17 | 68.01 | 80.56 | - |
| YUV | 176.77 | 154.08 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 240 | 223 | 0.85 | 0 | 0.07 | 0.06 | 175.02 | 0.87 | 0.54 |
| Hex | 23 | F0 | DF | 55 | 0 | 7 | 6 | AF | 57 | 36 |
| Octal | 43 | 360 | 337 | 125 | 0 | 7 | 6 | 257 | 127 | 66 |
| Binary | 100011 | 11110000 | 11011111 | 1010101 | 0 | 111 | 110 | 10101111 | 1010111 | 110110 |
Color Harmonies of #23F0DF
Complementary color
Monochromatic Colors of #23F0DF
Black with #23F0DF
Text Example
Text Example
White with #23F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F0DF; }
p { color: rgb(35,240,223); }
H1.HeaderClassName
{
color: #23F0DF;
}
.AnyTagClassName
{
color: #23F0DF;
}
</style>
background-color css
<style>
a { background-color: #23F0DF; }
a { background-color: rgb(35,240,223); }
div.DivClassName
{
background-color: #23F0DF;
}
.BgClassName
{
background-color: #23F0DF;
}
</style>
border-color css
<style>
span { border-color: #23F0DF; }
span { border-color: rgb(35,240,223); }
td.TdClassName
{
border-color: #23F0DF;
}
.TagClassName
{
border-color: #23F0DF;
}
</style>