Shades of Bright Turquoise #23DDEF
Tints of Bright Turquoise #23DDEF
RGB
CMYK
RGB Variations
Color information
#23DDEF (or 0x23DDEF) is known color: Bright Turquoise. HEX triplet: 23, DD and EF. RGB value is (35,221,239). Sum of RGB (Red+Green+Blue) = 35+221+239=495 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.07% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #23DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DDEF is #DC2210. Grayscale: #A7A7A7. Windows color (decimal): -14426641 or 15719715. OLE color: 15719715.
HSL color Cylindrical-coordinate representation of color #23DDEF: hue angle of 185.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DDEF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 221 | 239 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.06 |
| HSL | 185.29º | 0.86% | 0.54% | - |
| HSV(B) | 185.29º | 0.85% | 0.94% | - |
| XYZ | 42.13 | 58.3 | 90.69 | - |
| YUV | 167.44 | 168.38 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 239 | 0.85 | 0.08 | 0 | 0.06 | 185.29 | 0.86 | 0.54 |
| Hex | 23 | DD | EF | 55 | 8 | 0 | 6 | B9 | 56 | 36 |
| Octal | 43 | 335 | 357 | 125 | 10 | 0 | 6 | 271 | 126 | 66 |
| Binary | 100011 | 11011101 | 11101111 | 1010101 | 1000 | 0 | 110 | 10111001 | 1010110 | 110110 |
Color Harmonies of #23DDEF
Complementary color
Monochromatic Colors of #23DDEF
Black with #23DDEF
Text Example
Text Example
White with #23DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDEF; }
p { color: rgb(35,221,239); }
H1.HeaderClassName
{
color: #23DDEF;
}
.AnyTagClassName
{
color: #23DDEF;
}
</style>
background-color css
<style>
a { background-color: #23DDEF; }
a { background-color: rgb(35,221,239); }
div.DivClassName
{
background-color: #23DDEF;
}
.BgClassName
{
background-color: #23DDEF;
}
</style>
border-color css
<style>
span { border-color: #23DDEF; }
span { border-color: rgb(35,221,239); }
td.TdClassName
{
border-color: #23DDEF;
}
.TagClassName
{
border-color: #23DDEF;
}
</style>