Shades of Bright Turquoise #23EDF2
Tints of Bright Turquoise #23EDF2
RGB
CMYK
RGB Variations
Color information
#23EDF2 (or 0x23EDF2) is known color: Bright Turquoise. HEX triplet: 23, ED and F2. RGB value is (35,237,242). Sum of RGB (Red+Green+Blue) = 35+237+242=514 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.81% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #23EDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EDF2 is #DC120D. Grayscale: #B0B0B0. Windows color (decimal): -14422542 or 15920419. OLE color: 15920419.
HSL color Cylindrical-coordinate representation of color #23EDF2: hue angle of 181.45º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23EDF2 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 237 | 242 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.05 |
| HSL | 181.45º | 0.89% | 0.54% | - |
| HSV(B) | 181.45º | 0.86% | 0.95% | - |
| XYZ | 47 | 67.34 | 94.52 | - |
| YUV | 177.17 | 164.58 | 26.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 242 | 0.86 | 0.02 | 0 | 0.05 | 181.45 | 0.89 | 0.54 |
| Hex | 23 | ED | F2 | 56 | 2 | 0 | 5 | B5 | 59 | 36 |
| Octal | 43 | 355 | 362 | 126 | 2 | 0 | 5 | 265 | 131 | 66 |
| Binary | 100011 | 11101101 | 11110010 | 1010110 | 10 | 0 | 101 | 10110101 | 1011001 | 110110 |
Color Harmonies of #23EDF2
Complementary color
Monochromatic Colors of #23EDF2
Black with #23EDF2
Text Example
Text Example
White with #23EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EDF2; }
p { color: rgb(35,237,242); }
H1.HeaderClassName
{
color: #23EDF2;
}
.AnyTagClassName
{
color: #23EDF2;
}
</style>
background-color css
<style>
a { background-color: #23EDF2; }
a { background-color: rgb(35,237,242); }
div.DivClassName
{
background-color: #23EDF2;
}
.BgClassName
{
background-color: #23EDF2;
}
</style>
border-color css
<style>
span { border-color: #23EDF2; }
span { border-color: rgb(35,237,242); }
td.TdClassName
{
border-color: #23EDF2;
}
.TagClassName
{
border-color: #23EDF2;
}
</style>