Shades of Bright Turquoise #23DBEB
Tints of Bright Turquoise #23DBEB
RGB
CMYK
RGB Variations
Color information
#23DBEB (or 0x23DBEB) is known color: Bright Turquoise. HEX triplet: 23, DB and EB. RGB value is (35,219,235). Sum of RGB (Red+Green+Blue) = 35+219+235=489 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.16% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #23DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBEB is #DC2414. Grayscale: #A5A5A5. Windows color (decimal): -14427157 or 15457059. OLE color: 15457059.
HSL color Cylindrical-coordinate representation of color #23DBEB: hue angle of 184.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DBEB is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 219 | 235 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.08 |
| HSL | 184.8º | 0.83% | 0.53% | - |
| HSV(B) | 184.8º | 0.85% | 0.92% | - |
| XYZ | 41.02 | 57.02 | 87.44 | - |
| YUV | 165.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 235 | 0.85 | 0.07 | 0 | 0.08 | 184.8 | 0.83 | 0.53 |
| Hex | 23 | DB | EB | 55 | 7 | 0 | 8 | B9 | 53 | 35 |
| Octal | 43 | 333 | 353 | 125 | 7 | 0 | 10 | 271 | 123 | 65 |
| Binary | 100011 | 11011011 | 11101011 | 1010101 | 111 | 0 | 1000 | 10111001 | 1010011 | 110101 |
Color Harmonies of #23DBEB
Complementary color
Monochromatic Colors of #23DBEB
Black with #23DBEB
Text Example
Text Example
White with #23DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBEB; }
p { color: rgb(35,219,235); }
H1.HeaderClassName
{
color: #23DBEB;
}
.AnyTagClassName
{
color: #23DBEB;
}
</style>
background-color css
<style>
a { background-color: #23DBEB; }
a { background-color: rgb(35,219,235); }
div.DivClassName
{
background-color: #23DBEB;
}
.BgClassName
{
background-color: #23DBEB;
}
</style>
border-color css
<style>
span { border-color: #23DBEB; }
span { border-color: rgb(35,219,235); }
td.TdClassName
{
border-color: #23DBEB;
}
.TagClassName
{
border-color: #23DBEB;
}
</style>