Shades of Bright Turquoise #23F0ED
Tints of Bright Turquoise #23F0ED
RGB
CMYK
RGB Variations
Color information
#23F0ED (or 0x23F0ED) is known color: Bright Turquoise. HEX triplet: 23, F0 and ED. RGB value is (35,240,237). Sum of RGB (Red+Green+Blue) = 35+240+237=512 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.84% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #23F0ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23F0ED is #DC0F12. Grayscale: #B2B2B2. Windows color (decimal): -14421779 or 15593507. OLE color: 15593507.
HSL color Cylindrical-coordinate representation of color #23F0ED: hue angle of 179.12º 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 #23F0ED is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 240 | 237 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.06 |
| HSL | 179.12º | 0.87% | 0.54% | - |
| HSV(B) | 179.12º | 0.85% | 0.94% | - |
| XYZ | 47.14 | 68.79 | 90.91 | - |
| YUV | 178.36 | 161.08 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 240 | 237 | 0.85 | 0 | 0.01 | 0.06 | 179.12 | 0.87 | 0.54 |
| Hex | 23 | F0 | ED | 55 | 0 | 1 | 6 | B3 | 57 | 36 |
| Octal | 43 | 360 | 355 | 125 | 0 | 1 | 6 | 263 | 127 | 66 |
| Binary | 100011 | 11110000 | 11101101 | 1010101 | 0 | 1 | 110 | 10110011 | 1010111 | 110110 |
Color Harmonies of #23F0ED
Complementary color
Monochromatic Colors of #23F0ED
Black with #23F0ED
Text Example
Text Example
White with #23F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F0ED; }
p { color: rgb(35,240,237); }
H1.HeaderClassName
{
color: #23F0ED;
}
.AnyTagClassName
{
color: #23F0ED;
}
</style>
background-color css
<style>
a { background-color: #23F0ED; }
a { background-color: rgb(35,240,237); }
div.DivClassName
{
background-color: #23F0ED;
}
.BgClassName
{
background-color: #23F0ED;
}
</style>
border-color css
<style>
span { border-color: #23F0ED; }
span { border-color: rgb(35,240,237); }
td.TdClassName
{
border-color: #23F0ED;
}
.TagClassName
{
border-color: #23F0ED;
}
</style>