Shades of Bright Turquoise #23DBE6
Tints of Bright Turquoise #23DBE6
RGB
CMYK
RGB Variations
Color information
#23DBE6 (or 0x23DBE6) is known color: Bright Turquoise. HEX triplet: 23, DB and E6. RGB value is (35,219,230). Sum of RGB (Red+Green+Blue) = 35+219+230=484 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.23% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #23DBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBE6 is #DC2419. Grayscale: #A5A5A5. Windows color (decimal): -14427162 or 15129379. OLE color: 15129379.
HSL color Cylindrical-coordinate representation of color #23DBE6: hue angle of 183.38º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DBE6 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 219 | 230 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.10 |
| HSL | 183.38º | 0.8% | 0.52% | - |
| HSV(B) | 183.38º | 0.85% | 0.9% | - |
| XYZ | 40.31 | 56.73 | 83.69 | - |
| YUV | 165.24 | 164.54 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 230 | 0.85 | 0.05 | 0 | 0.10 | 183.38 | 0.8 | 0.52 |
| Hex | 23 | DB | E6 | 55 | 5 | 0 | A | B7 | 50 | 34 |
| Octal | 43 | 333 | 346 | 125 | 5 | 0 | 12 | 267 | 120 | 64 |
| Binary | 100011 | 11011011 | 11100110 | 1010101 | 101 | 0 | 1010 | 10110111 | 1010000 | 110100 |
Color Harmonies of #23DBE6
Complementary color
Monochromatic Colors of #23DBE6
Black with #23DBE6
Text Example
Text Example
White with #23DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBE6; }
p { color: rgb(35,219,230); }
H1.HeaderClassName
{
color: #23DBE6;
}
.AnyTagClassName
{
color: #23DBE6;
}
</style>
background-color css
<style>
a { background-color: #23DBE6; }
a { background-color: rgb(35,219,230); }
div.DivClassName
{
background-color: #23DBE6;
}
.BgClassName
{
background-color: #23DBE6;
}
</style>
border-color css
<style>
span { border-color: #23DBE6; }
span { border-color: rgb(35,219,230); }
td.TdClassName
{
border-color: #23DBE6;
}
.TagClassName
{
border-color: #23DBE6;
}
</style>