Shades of Bright Turquoise #23EAF2
Tints of Bright Turquoise #23EAF2
RGB
CMYK
RGB Variations
Color information
#23EAF2 (or 0x23EAF2) is known color: Bright Turquoise. HEX triplet: 23, EA and F2. RGB value is (35,234,242). Sum of RGB (Red+Green+Blue) = 35+234+242=511 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.85% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #23EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EAF2 is #DC150D. Grayscale: #AFAFAF. Windows color (decimal): -14423310 or 15919651. OLE color: 15919651.
HSL color Cylindrical-coordinate representation of color #23EAF2: hue angle of 182.32º 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 #23EAF2 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 234 | 242 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.05 |
| HSL | 182.32º | 0.89% | 0.54% | - |
| HSV(B) | 182.32º | 0.86% | 0.95% | - |
| XYZ | 46.14 | 65.61 | 94.24 | - |
| YUV | 175.41 | 165.57 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 234 | 242 | 0.86 | 0.03 | 0 | 0.05 | 182.32 | 0.89 | 0.54 |
| Hex | 23 | EA | F2 | 56 | 3 | 0 | 5 | B6 | 59 | 36 |
| Octal | 43 | 352 | 362 | 126 | 3 | 0 | 5 | 266 | 131 | 66 |
| Binary | 100011 | 11101010 | 11110010 | 1010110 | 11 | 0 | 101 | 10110110 | 1011001 | 110110 |
Color Harmonies of #23EAF2
Complementary color
Monochromatic Colors of #23EAF2
Black with #23EAF2
Text Example
Text Example
White with #23EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EAF2; }
p { color: rgb(35,234,242); }
H1.HeaderClassName
{
color: #23EAF2;
}
.AnyTagClassName
{
color: #23EAF2;
}
</style>
background-color css
<style>
a { background-color: #23EAF2; }
a { background-color: rgb(35,234,242); }
div.DivClassName
{
background-color: #23EAF2;
}
.BgClassName
{
background-color: #23EAF2;
}
</style>
border-color css
<style>
span { border-color: #23EAF2; }
span { border-color: rgb(35,234,242); }
td.TdClassName
{
border-color: #23EAF2;
}
.TagClassName
{
border-color: #23EAF2;
}
</style>