Shades of Bright Turquoise #23DBDE
Tints of Bright Turquoise #23DBDE
RGB
CMYK
RGB Variations
Color information
#23DBDE (or 0x23DBDE) is known color: Bright Turquoise. HEX triplet: 23, DB and DE. RGB value is (35,219,222). Sum of RGB (Red+Green+Blue) = 35+219+222=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #23DBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBDE is #DC2421. Grayscale: #A4A4A4. Windows color (decimal): -14427170 or 14605091. OLE color: 14605091.
HSL color Cylindrical-coordinate representation of color #23DBDE: hue angle of 180.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBDE is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 219 | 222 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.13 |
| HSL | 180.96º | 0.74% | 0.5% | - |
| HSV(B) | 180.96º | 0.84% | 0.87% | - |
| XYZ | 39.21 | 56.29 | 77.91 | - |
| YUV | 164.33 | 160.54 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 222 | 0.84 | 0.01 | 0 | 0.13 | 180.96 | 0.74 | 0.5 |
| Hex | 23 | DB | DE | 54 | 1 | 0 | D | B5 | 4A | 32 |
| Octal | 43 | 333 | 336 | 124 | 1 | 0 | 15 | 265 | 112 | 62 |
| Binary | 100011 | 11011011 | 11011110 | 1010100 | 1 | 0 | 1101 | 10110101 | 1001010 | 110010 |
Color Harmonies of #23DBDE
Complementary color
Monochromatic Colors of #23DBDE
Black with #23DBDE
Text Example
Text Example
White with #23DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBDE; }
p { color: rgb(35,219,222); }
H1.HeaderClassName
{
color: #23DBDE;
}
.AnyTagClassName
{
color: #23DBDE;
}
</style>
background-color css
<style>
a { background-color: #23DBDE; }
a { background-color: rgb(35,219,222); }
div.DivClassName
{
background-color: #23DBDE;
}
.BgClassName
{
background-color: #23DBDE;
}
</style>
border-color css
<style>
span { border-color: #23DBDE; }
span { border-color: rgb(35,219,222); }
td.TdClassName
{
border-color: #23DBDE;
}
.TagClassName
{
border-color: #23DBDE;
}
</style>