Shades of Bright Turquoise #23EFF3
Tints of Bright Turquoise #23EFF3
RGB
CMYK
RGB Variations
Color information
#23EFF3 (or 0x23EFF3) is known color: Bright Turquoise. HEX triplet: 23, EF and F3. RGB value is (35,239,243). Sum of RGB (Red+Green+Blue) = 35+239+243=517 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.77% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #23EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EFF3 is #DC100C. Grayscale: #B2B2B2. Windows color (decimal): -14422029 or 15986467. OLE color: 15986467.
HSL color Cylindrical-coordinate representation of color #23EFF3: hue angle of 181.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23EFF3 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 239 | 243 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.05 |
| HSL | 181.15º | 0.9% | 0.55% | - |
| HSV(B) | 181.15º | 0.86% | 0.95% | - |
| XYZ | 47.74 | 68.56 | 95.51 | - |
| YUV | 178.46 | 164.41 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 243 | 0.86 | 0.02 | 0 | 0.05 | 181.15 | 0.9 | 0.55 |
| Hex | 23 | EF | F3 | 56 | 2 | 0 | 5 | B5 | 5A | 37 |
| Octal | 43 | 357 | 363 | 126 | 2 | 0 | 5 | 265 | 132 | 67 |
| Binary | 100011 | 11101111 | 11110011 | 1010110 | 10 | 0 | 101 | 10110101 | 1011010 | 110111 |
Color Harmonies of #23EFF3
Complementary color
Monochromatic Colors of #23EFF3
Black with #23EFF3
Text Example
Text Example
White with #23EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFF3; }
p { color: rgb(35,239,243); }
H1.HeaderClassName
{
color: #23EFF3;
}
.AnyTagClassName
{
color: #23EFF3;
}
</style>
background-color css
<style>
a { background-color: #23EFF3; }
a { background-color: rgb(35,239,243); }
div.DivClassName
{
background-color: #23EFF3;
}
.BgClassName
{
background-color: #23EFF3;
}
</style>
border-color css
<style>
span { border-color: #23EFF3; }
span { border-color: rgb(35,239,243); }
td.TdClassName
{
border-color: #23EFF3;
}
.TagClassName
{
border-color: #23EFF3;
}
</style>