Shades of Bright Turquoise #23EFF1
Tints of Bright Turquoise #23EFF1
RGB
CMYK
RGB Variations
Color information
#23EFF1 (or 0x23EFF1) is known color: Bright Turquoise. HEX triplet: 23, EF and F1. RGB value is (35,239,241). Sum of RGB (Red+Green+Blue) = 35+239+241=515 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.80% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #23EFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EFF1 is #DC100E. Grayscale: #B2B2B2. Windows color (decimal): -14422031 or 15855395. OLE color: 15855395.
HSL color Cylindrical-coordinate representation of color #23EFF1: hue angle of 180.58º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EFF1 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 239 | 241 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.05 |
| HSL | 180.58º | 0.88% | 0.54% | - |
| HSV(B) | 180.58º | 0.85% | 0.95% | - |
| XYZ | 47.44 | 68.44 | 93.93 | - |
| YUV | 178.23 | 163.41 | 25.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 241 | 0.85 | 0.01 | 0 | 0.05 | 180.58 | 0.88 | 0.54 |
| Hex | 23 | EF | F1 | 55 | 1 | 0 | 5 | B5 | 58 | 36 |
| Octal | 43 | 357 | 361 | 125 | 1 | 0 | 5 | 265 | 130 | 66 |
| Binary | 100011 | 11101111 | 11110001 | 1010101 | 1 | 0 | 101 | 10110101 | 1011000 | 110110 |
Color Harmonies of #23EFF1
Complementary color
Monochromatic Colors of #23EFF1
Black with #23EFF1
Text Example
Text Example
White with #23EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFF1; }
p { color: rgb(35,239,241); }
H1.HeaderClassName
{
color: #23EFF1;
}
.AnyTagClassName
{
color: #23EFF1;
}
</style>
background-color css
<style>
a { background-color: #23EFF1; }
a { background-color: rgb(35,239,241); }
div.DivClassName
{
background-color: #23EFF1;
}
.BgClassName
{
background-color: #23EFF1;
}
</style>
border-color css
<style>
span { border-color: #23EFF1; }
span { border-color: rgb(35,239,241); }
td.TdClassName
{
border-color: #23EFF1;
}
.TagClassName
{
border-color: #23EFF1;
}
</style>