Shades of Bright Turquoise #23EFD0
Tints of Bright Turquoise #23EFD0
RGB
CMYK
RGB Variations
Color information
#23EFD0 (or 0x23EFD0) is known color: Bright Turquoise. HEX triplet: 23, EF and D0. RGB value is (35,239,208). Sum of RGB (Red+Green+Blue) = 35+239+208=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #23EFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EFD0 is #DC102F. Grayscale: #AEAEAE. Windows color (decimal): -14422064 or 13692707. OLE color: 13692707.
HSL color Cylindrical-coordinate representation of color #23EFD0: hue angle of 170.88º 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 #23EFD0 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 239 | 208 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.06 |
| HSL | 170.88º | 0.86% | 0.54% | - |
| HSV(B) | 170.88º | 0.85% | 0.94% | - |
| XYZ | 42.94 | 66.64 | 70.27 | - |
| YUV | 174.47 | 146.91 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 208 | 0.85 | 0 | 0.13 | 0.06 | 170.88 | 0.86 | 0.54 |
| Hex | 23 | EF | D0 | 55 | 0 | D | 6 | AB | 56 | 36 |
| Octal | 43 | 357 | 320 | 125 | 0 | 15 | 6 | 253 | 126 | 66 |
| Binary | 100011 | 11101111 | 11010000 | 1010101 | 0 | 1101 | 110 | 10101011 | 1010110 | 110110 |
Color Harmonies of #23EFD0
Complementary color
Monochromatic Colors of #23EFD0
Black with #23EFD0
Text Example
Text Example
White with #23EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFD0; }
p { color: rgb(35,239,208); }
H1.HeaderClassName
{
color: #23EFD0;
}
.AnyTagClassName
{
color: #23EFD0;
}
</style>
background-color css
<style>
a { background-color: #23EFD0; }
a { background-color: rgb(35,239,208); }
div.DivClassName
{
background-color: #23EFD0;
}
.BgClassName
{
background-color: #23EFD0;
}
</style>
border-color css
<style>
span { border-color: #23EFD0; }
span { border-color: rgb(35,239,208); }
td.TdClassName
{
border-color: #23EFD0;
}
.TagClassName
{
border-color: #23EFD0;
}
</style>