Shades of Bright Turquoise #23DBED
Tints of Bright Turquoise #23DBED
RGB
CMYK
RGB Variations
Color information
#23DBED (or 0x23DBED) is known color: Bright Turquoise. HEX triplet: 23, DB and ED. RGB value is (35,219,237). Sum of RGB (Red+Green+Blue) = 35+219+237=491 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.13% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #23DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBED is #DC2412. Grayscale: #A5A5A5. Windows color (decimal): -14427155 or 15588131. OLE color: 15588131.
HSL color Cylindrical-coordinate representation of color #23DBED: hue angle of 185.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DBED is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 219 | 237 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.07 |
| HSL | 185.35º | 0.85% | 0.53% | - |
| HSV(B) | 185.35º | 0.85% | 0.93% | - |
| XYZ | 41.31 | 57.13 | 88.97 | - |
| YUV | 166.04 | 168.04 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 237 | 0.85 | 0.08 | 0 | 0.07 | 185.35 | 0.85 | 0.53 |
| Hex | 23 | DB | ED | 55 | 8 | 0 | 7 | B9 | 55 | 35 |
| Octal | 43 | 333 | 355 | 125 | 10 | 0 | 7 | 271 | 125 | 65 |
| Binary | 100011 | 11011011 | 11101101 | 1010101 | 1000 | 0 | 111 | 10111001 | 1010101 | 110101 |
Color Harmonies of #23DBED
Complementary color
Monochromatic Colors of #23DBED
Black with #23DBED
Text Example
Text Example
White with #23DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBED; }
p { color: rgb(35,219,237); }
H1.HeaderClassName
{
color: #23DBED;
}
.AnyTagClassName
{
color: #23DBED;
}
</style>
background-color css
<style>
a { background-color: #23DBED; }
a { background-color: rgb(35,219,237); }
div.DivClassName
{
background-color: #23DBED;
}
.BgClassName
{
background-color: #23DBED;
}
</style>
border-color css
<style>
span { border-color: #23DBED; }
span { border-color: rgb(35,219,237); }
td.TdClassName
{
border-color: #23DBED;
}
.TagClassName
{
border-color: #23DBED;
}
</style>