Shades of Bright Turquoise #23EFD5
Tints of Bright Turquoise #23EFD5
RGB
CMYK
RGB Variations
Color information
#23EFD5 (or 0x23EFD5) is known color: Bright Turquoise. HEX triplet: 23, EF and D5. RGB value is (35,239,213). Sum of RGB (Red+Green+Blue) = 35+239+213=487 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.19% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #23EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EFD5 is #DC102A. Grayscale: #AEAEAE. Windows color (decimal): -14422059 or 14020387. OLE color: 14020387.
HSL color Cylindrical-coordinate representation of color #23EFD5: hue angle of 172.35º 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 #23EFD5 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 239 | 213 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.06 |
| HSL | 172.35º | 0.86% | 0.54% | - |
| HSV(B) | 172.35º | 0.85% | 0.94% | - |
| XYZ | 43.57 | 66.89 | 73.57 | - |
| YUV | 175.04 | 149.41 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 213 | 0.85 | 0 | 0.11 | 0.06 | 172.35 | 0.86 | 0.54 |
| Hex | 23 | EF | D5 | 55 | 0 | B | 6 | AC | 56 | 36 |
| Octal | 43 | 357 | 325 | 125 | 0 | 13 | 6 | 254 | 126 | 66 |
| Binary | 100011 | 11101111 | 11010101 | 1010101 | 0 | 1011 | 110 | 10101100 | 1010110 | 110110 |
Color Harmonies of #23EFD5
Complementary color
Monochromatic Colors of #23EFD5
Black with #23EFD5
Text Example
Text Example
White with #23EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFD5; }
p { color: rgb(35,239,213); }
H1.HeaderClassName
{
color: #23EFD5;
}
.AnyTagClassName
{
color: #23EFD5;
}
</style>
background-color css
<style>
a { background-color: #23EFD5; }
a { background-color: rgb(35,239,213); }
div.DivClassName
{
background-color: #23EFD5;
}
.BgClassName
{
background-color: #23EFD5;
}
</style>
border-color css
<style>
span { border-color: #23EFD5; }
span { border-color: rgb(35,239,213); }
td.TdClassName
{
border-color: #23EFD5;
}
.TagClassName
{
border-color: #23EFD5;
}
</style>