Shades of Bright Turquoise #23EEF1
Tints of Bright Turquoise #23EEF1
RGB
CMYK
RGB Variations
Color information
#23EEF1 (or 0x23EEF1) is known color: Bright Turquoise. HEX triplet: 23, EE and F1. RGB value is (35,238,241). Sum of RGB (Red+Green+Blue) = 35+238+241=514 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.81% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #23EEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EEF1 is #DC110E. Grayscale: #B1B1B1. Windows color (decimal): -14422287 or 15855139. OLE color: 15855139.
HSL color Cylindrical-coordinate representation of color #23EEF1: hue angle of 180.87º 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 #23EEF1 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 238 | 241 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.05 |
| HSL | 180.87º | 0.88% | 0.54% | - |
| HSV(B) | 180.87º | 0.85% | 0.95% | - |
| XYZ | 47.14 | 67.86 | 93.83 | - |
| YUV | 177.65 | 163.75 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 238 | 241 | 0.85 | 0.01 | 0 | 0.05 | 180.87 | 0.88 | 0.54 |
| Hex | 23 | EE | F1 | 55 | 1 | 0 | 5 | B5 | 58 | 36 |
| Octal | 43 | 356 | 361 | 125 | 1 | 0 | 5 | 265 | 130 | 66 |
| Binary | 100011 | 11101110 | 11110001 | 1010101 | 1 | 0 | 101 | 10110101 | 1011000 | 110110 |
Color Harmonies of #23EEF1
Complementary color
Monochromatic Colors of #23EEF1
Black with #23EEF1
Text Example
Text Example
White with #23EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EEF1; }
p { color: rgb(35,238,241); }
H1.HeaderClassName
{
color: #23EEF1;
}
.AnyTagClassName
{
color: #23EEF1;
}
</style>
background-color css
<style>
a { background-color: #23EEF1; }
a { background-color: rgb(35,238,241); }
div.DivClassName
{
background-color: #23EEF1;
}
.BgClassName
{
background-color: #23EEF1;
}
</style>
border-color css
<style>
span { border-color: #23EEF1; }
span { border-color: rgb(35,238,241); }
td.TdClassName
{
border-color: #23EEF1;
}
.TagClassName
{
border-color: #23EEF1;
}
</style>