Shades of Bright Turquoise #23DEEC
Tints of Bright Turquoise #23DEEC
RGB
CMYK
RGB Variations
Color information
#23DEEC (or 0x23DEEC) is known color: Bright Turquoise. HEX triplet: 23, DE and EC. RGB value is (35,222,236). Sum of RGB (Red+Green+Blue) = 35+222+236=493 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.10% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #23DEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DEEC is #DC2113. Grayscale: #A7A7A7. Windows color (decimal): -14426388 or 15523363. OLE color: 15523363.
HSL color Cylindrical-coordinate representation of color #23DEEC: hue angle of 184.18º degrees, saturation: 0.84, 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 #23DEEC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 222 | 236 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.07 |
| HSL | 184.18º | 0.84% | 0.53% | - |
| HSV(B) | 184.18º | 0.85% | 0.93% | - |
| XYZ | 41.95 | 58.66 | 88.47 | - |
| YUV | 167.68 | 166.55 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 236 | 0.85 | 0.06 | 0 | 0.07 | 184.18 | 0.84 | 0.53 |
| Hex | 23 | DE | EC | 55 | 6 | 0 | 7 | B8 | 54 | 35 |
| Octal | 43 | 336 | 354 | 125 | 6 | 0 | 7 | 270 | 124 | 65 |
| Binary | 100011 | 11011110 | 11101100 | 1010101 | 110 | 0 | 111 | 10111000 | 1010100 | 110101 |
Color Harmonies of #23DEEC
Complementary color
Monochromatic Colors of #23DEEC
Black with #23DEEC
Text Example
Text Example
White with #23DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DEEC; }
p { color: rgb(35,222,236); }
H1.HeaderClassName
{
color: #23DEEC;
}
.AnyTagClassName
{
color: #23DEEC;
}
</style>
background-color css
<style>
a { background-color: #23DEEC; }
a { background-color: rgb(35,222,236); }
div.DivClassName
{
background-color: #23DEEC;
}
.BgClassName
{
background-color: #23DEEC;
}
</style>
border-color css
<style>
span { border-color: #23DEEC; }
span { border-color: rgb(35,222,236); }
td.TdClassName
{
border-color: #23DEEC;
}
.TagClassName
{
border-color: #23DEEC;
}
</style>