Shades of Bright Turquoise #23EFF6
Tints of Bright Turquoise #23EFF6
RGB
CMYK
RGB Variations
Color information
#23EFF6 (or 0x23EFF6) is known color: Bright Turquoise. HEX triplet: 23, EF and F6. RGB value is (35,239,246). Sum of RGB (Red+Green+Blue) = 35+239+246=520 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.73% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #23EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EFF6 is #DC1009. Grayscale: #B2B2B2. Windows color (decimal): -14422026 or 16183075. OLE color: 16183075.
HSL color Cylindrical-coordinate representation of color #23EFF6: hue angle of 181.99º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23EFF6 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 239 | 246 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.04 |
| HSL | 181.99º | 0.92% | 0.55% | - |
| HSV(B) | 181.99º | 0.86% | 0.96% | - |
| XYZ | 48.19 | 68.74 | 97.92 | - |
| YUV | 178.8 | 165.91 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 246 | 0.86 | 0.03 | 0 | 0.04 | 181.99 | 0.92 | 0.55 |
| Hex | 23 | EF | F6 | 56 | 3 | 0 | 4 | B6 | 5C | 37 |
| Octal | 43 | 357 | 366 | 126 | 3 | 0 | 4 | 266 | 134 | 67 |
| Binary | 100011 | 11101111 | 11110110 | 1010110 | 11 | 0 | 100 | 10110110 | 1011100 | 110111 |
Color Harmonies of #23EFF6
Complementary color
Monochromatic Colors of #23EFF6
Black with #23EFF6
Text Example
Text Example
White with #23EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFF6; }
p { color: rgb(35,239,246); }
H1.HeaderClassName
{
color: #23EFF6;
}
.AnyTagClassName
{
color: #23EFF6;
}
</style>
background-color css
<style>
a { background-color: #23EFF6; }
a { background-color: rgb(35,239,246); }
div.DivClassName
{
background-color: #23EFF6;
}
.BgClassName
{
background-color: #23EFF6;
}
</style>
border-color css
<style>
span { border-color: #23EFF6; }
span { border-color: rgb(35,239,246); }
td.TdClassName
{
border-color: #23EFF6;
}
.TagClassName
{
border-color: #23EFF6;
}
</style>