Shades of Bright Turquoise #23D7ED
Tints of Bright Turquoise #23D7ED
RGB
CMYK
RGB Variations
Color information
#23D7ED (or 0x23D7ED) is known color: Bright Turquoise. HEX triplet: 23, D7 and ED. RGB value is (35,215,237). Sum of RGB (Red+Green+Blue) = 35+215+237=487 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.19% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #23D7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D7ED is #DC2812. Grayscale: #A3A3A3. Windows color (decimal): -14428179 or 15587107. OLE color: 15587107.
HSL color Cylindrical-coordinate representation of color #23D7ED: hue angle of 186.53º 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 #23D7ED is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 215 | 237 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.07 |
| HSL | 186.53º | 0.85% | 0.53% | - |
| HSV(B) | 186.53º | 0.85% | 0.93% | - |
| XYZ | 40.28 | 55.07 | 88.63 | - |
| YUV | 163.69 | 169.37 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 237 | 0.85 | 0.09 | 0 | 0.07 | 186.53 | 0.85 | 0.53 |
| Hex | 23 | D7 | ED | 55 | 9 | 0 | 7 | BB | 55 | 35 |
| Octal | 43 | 327 | 355 | 125 | 11 | 0 | 7 | 273 | 125 | 65 |
| Binary | 100011 | 11010111 | 11101101 | 1010101 | 1001 | 0 | 111 | 10111011 | 1010101 | 110101 |
Color Harmonies of #23D7ED
Complementary color
Monochromatic Colors of #23D7ED
Black with #23D7ED
Text Example
Text Example
White with #23D7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D7ED; }
p { color: rgb(35,215,237); }
H1.HeaderClassName
{
color: #23D7ED;
}
.AnyTagClassName
{
color: #23D7ED;
}
</style>
background-color css
<style>
a { background-color: #23D7ED; }
a { background-color: rgb(35,215,237); }
div.DivClassName
{
background-color: #23D7ED;
}
.BgClassName
{
background-color: #23D7ED;
}
</style>
border-color css
<style>
span { border-color: #23D7ED; }
span { border-color: rgb(35,215,237); }
td.TdClassName
{
border-color: #23D7ED;
}
.TagClassName
{
border-color: #23D7ED;
}
</style>