Shades of Bright Turquoise #23DBE9
Tints of Bright Turquoise #23DBE9
RGB
CMYK
RGB Variations
Color information
#23DBE9 (or 0x23DBE9) is known color: Bright Turquoise. HEX triplet: 23, DB and E9. RGB value is (35,219,233). Sum of RGB (Red+Green+Blue) = 35+219+233=487 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.19% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #23DBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBE9 is #DC2416. Grayscale: #A5A5A5. Windows color (decimal): -14427159 or 15325987. OLE color: 15325987.
HSL color Cylindrical-coordinate representation of color #23DBE9: hue angle of 184.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DBE9 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 219 | 233 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.09 |
| HSL | 184.24º | 0.82% | 0.53% | - |
| HSV(B) | 184.24º | 0.85% | 0.91% | - |
| XYZ | 40.73 | 56.9 | 85.93 | - |
| YUV | 165.58 | 166.04 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 233 | 0.85 | 0.06 | 0 | 0.09 | 184.24 | 0.82 | 0.53 |
| Hex | 23 | DB | E9 | 55 | 6 | 0 | 9 | B8 | 52 | 35 |
| Octal | 43 | 333 | 351 | 125 | 6 | 0 | 11 | 270 | 122 | 65 |
| Binary | 100011 | 11011011 | 11101001 | 1010101 | 110 | 0 | 1001 | 10111000 | 1010010 | 110101 |
Color Harmonies of #23DBE9
Complementary color
Monochromatic Colors of #23DBE9
Black with #23DBE9
Text Example
Text Example
White with #23DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBE9; }
p { color: rgb(35,219,233); }
H1.HeaderClassName
{
color: #23DBE9;
}
.AnyTagClassName
{
color: #23DBE9;
}
</style>
background-color css
<style>
a { background-color: #23DBE9; }
a { background-color: rgb(35,219,233); }
div.DivClassName
{
background-color: #23DBE9;
}
.BgClassName
{
background-color: #23DBE9;
}
</style>
border-color css
<style>
span { border-color: #23DBE9; }
span { border-color: rgb(35,219,233); }
td.TdClassName
{
border-color: #23DBE9;
}
.TagClassName
{
border-color: #23DBE9;
}
</style>