Shades of Bright Turquoise #23FBDB
Tints of Bright Turquoise #23FBDB
RGB
CMYK
RGB Variations
Color information
#23FBDB (or 0x23FBDB) is known color: Bright Turquoise. HEX triplet: 23, FB and DB. RGB value is (35,251,219). Sum of RGB (Red+Green+Blue) = 35+251+219=505 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.93% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #23FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FBDB is #DC0424. Grayscale: #B6B6B6. Windows color (decimal): -14418981 or 14416675. OLE color: 14416675.
HSL color Cylindrical-coordinate representation of color #23FBDB: hue angle of 171.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FBDB is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 251 | 219 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.02 |
| HSL | 171.11º | 0.96% | 0.56% | - |
| HSV(B) | 171.11º | 0.86% | 0.98% | - |
| XYZ | 47.98 | 74.47 | 78.86 | - |
| YUV | 182.77 | 148.44 | 22.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 251 | 219 | 0.86 | 0 | 0.13 | 0.02 | 171.11 | 0.96 | 0.56 |
| Hex | 23 | FB | DB | 56 | 0 | D | 2 | AB | 60 | 38 |
| Octal | 43 | 373 | 333 | 126 | 0 | 15 | 2 | 253 | 140 | 70 |
| Binary | 100011 | 11111011 | 11011011 | 1010110 | 0 | 1101 | 10 | 10101011 | 1100000 | 111000 |
Color Harmonies of #23FBDB
Complementary color
Monochromatic Colors of #23FBDB
Black with #23FBDB
Text Example
Text Example
White with #23FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FBDB; }
p { color: rgb(35,251,219); }
H1.HeaderClassName
{
color: #23FBDB;
}
.AnyTagClassName
{
color: #23FBDB;
}
</style>
background-color css
<style>
a { background-color: #23FBDB; }
a { background-color: rgb(35,251,219); }
div.DivClassName
{
background-color: #23FBDB;
}
.BgClassName
{
background-color: #23FBDB;
}
</style>
border-color css
<style>
span { border-color: #23FBDB; }
span { border-color: rgb(35,251,219); }
td.TdClassName
{
border-color: #23FBDB;
}
.TagClassName
{
border-color: #23FBDB;
}
</style>