Shades of Bright Turquoise #23D7E8
Tints of Bright Turquoise #23D7E8
RGB
CMYK
RGB Variations
Color information
#23D7E8 (or 0x23D7E8) is known color: Bright Turquoise. HEX triplet: 23, D7 and E8. RGB value is (35,215,232). Sum of RGB (Red+Green+Blue) = 35+215+232=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #23D7E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D7E8 is #DC2817. Grayscale: #A2A2A2. Windows color (decimal): -14428184 or 15259427. OLE color: 15259427.
HSL color Cylindrical-coordinate representation of color #23D7E8: hue angle of 185.18º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23D7E8 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 215 | 232 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.09 |
| HSL | 185.18º | 0.81% | 0.52% | - |
| HSV(B) | 185.18º | 0.85% | 0.91% | - |
| XYZ | 39.56 | 54.78 | 84.83 | - |
| YUV | 163.12 | 166.87 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 232 | 0.85 | 0.07 | 0 | 0.09 | 185.18 | 0.81 | 0.52 |
| Hex | 23 | D7 | E8 | 55 | 7 | 0 | 9 | B9 | 51 | 34 |
| Octal | 43 | 327 | 350 | 125 | 7 | 0 | 11 | 271 | 121 | 64 |
| Binary | 100011 | 11010111 | 11101000 | 1010101 | 111 | 0 | 1001 | 10111001 | 1010001 | 110100 |
Color Harmonies of #23D7E8
Complementary color
Monochromatic Colors of #23D7E8
Black with #23D7E8
Text Example
Text Example
White with #23D7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D7E8; }
p { color: rgb(35,215,232); }
H1.HeaderClassName
{
color: #23D7E8;
}
.AnyTagClassName
{
color: #23D7E8;
}
</style>
background-color css
<style>
a { background-color: #23D7E8; }
a { background-color: rgb(35,215,232); }
div.DivClassName
{
background-color: #23D7E8;
}
.BgClassName
{
background-color: #23D7E8;
}
</style>
border-color css
<style>
span { border-color: #23D7E8; }
span { border-color: rgb(35,215,232); }
td.TdClassName
{
border-color: #23D7E8;
}
.TagClassName
{
border-color: #23D7E8;
}
</style>