Shades of Bright Turquoise #23FFDB
Tints of Bright Turquoise #23FFDB
RGB
CMYK
RGB Variations
Color information
#23FFDB (or 0x23FFDB) is known color: Bright Turquoise. HEX triplet: 23, FF and DB. RGB value is (35,255,219). Sum of RGB (Red+Green+Blue) = 35+255+219=509 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.88% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFDB is #DC0024. Grayscale: #B9B9B9. Windows color (decimal): -14417957 or 14417699. OLE color: 14417699.
HSL color Cylindrical-coordinate representation of color #23FFDB: hue angle of 170.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FFDB is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 219 | - |
| CMYK | 0.86 | 0 | 0.14 | 0 |
| HSL | 170.18º | 1% | 0.57% | - |
| HSV(B) | 170.18º | 0.86% | 1% | - |
| XYZ | 49.24 | 76.99 | 79.28 | - |
| YUV | 185.12 | 147.11 | 20.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 219 | 0.86 | 0 | 0.14 | 0 | 170.18 | 1 | 0.57 |
| Hex | 23 | FF | DB | 56 | 0 | E | 0 | AA | 64 | 39 |
| Octal | 43 | 377 | 333 | 126 | 0 | 16 | 0 | 252 | 144 | 71 |
| Binary | 100011 | 11111111 | 11011011 | 1010110 | 0 | 1110 | 0 | 10101010 | 1100100 | 111001 |
Color Harmonies of #23FFDB
Complementary color
Monochromatic Colors of #23FFDB
Black with #23FFDB
Text Example
Text Example
White with #23FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFDB; }
p { color: rgb(35,255,219); }
H1.HeaderClassName
{
color: #23FFDB;
}
.AnyTagClassName
{
color: #23FFDB;
}
</style>
background-color css
<style>
a { background-color: #23FFDB; }
a { background-color: rgb(35,255,219); }
div.DivClassName
{
background-color: #23FFDB;
}
.BgClassName
{
background-color: #23FFDB;
}
</style>
border-color css
<style>
span { border-color: #23FFDB; }
span { border-color: rgb(35,255,219); }
td.TdClassName
{
border-color: #23FFDB;
}
.TagClassName
{
border-color: #23FFDB;
}
</style>