Html Css Color HEX #23E2B6 Turquoise

📋 copy color: '#23E2B6'

red 35 ◦ green 226 ◦ blue 182

#23E2B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #23E2B6

Tints of Turquoise #23E2B6

RGB

 RED value IS 35 (14.06% from 255) = 7.9%

 GREEN value IS 226 (88.67% from 255) = 51.02%

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 7.9%
G = 51.02%
B = 41.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#23E2B6 (or 0x23E2B6) is known color: Turquoise. HEX triplet: 23, E2 and B6. RGB value is (35,226,182). Sum of RGB (Red+Green+Blue) = 35+226+182=443 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.90% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #23E2B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E2B6 is #DC1D49. Grayscale: #A3A3A3. Windows color (decimal): -14425418 or 11985443. OLE color: 11985443.

HSL color Cylindrical-coordinate representation of color #23E2B6: hue angle of 166.18º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E2B6 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 226 182 -
CMYK 0.85 0 0.19 0.11
HSL 166.18º 0.77% 0.51% -
HSV(B) 166.18º 0.85% 0.89% -
XYZ 36.33 58.13 53.56 -
YUV 163.88 138.22 36.08 -
System Red Green Blue C M Y K H S L
Decimal 35 226 182 0.85 0 0.19 0.11 166.18 0.77 0.51
Hex 23 E2 B6 55 0 13 B A6 4D 33
Octal 43 342 266 125 0 23 13 246 115 63
Binary 100011 11100010 10110110 1010101 0 10011 1011 10100110 1001101 110011

Color Harmonies of #23E2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E2B6

Black with #23E2B6

Text Example


Text Example

White with #23E2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23E2B6; }

 p { color: rgb(35,226,182); }

 H1.HeaderClassName
 {
   color: #23E2B6;
 }
 .AnyTagClassName
 {
   color: #23E2B6;
 }
</style>

background-color css

<style>
 a { background-color: #23E2B6; }

 a { background-color: rgb(35,226,182); }

 div.DivClassName
 {
   background-color: #23E2B6;
 }
 .BgClassName
 {
   background-color: #23E2B6;
 }
</style>

border-color css

<style>
 span { border-color: #23E2B6; }

 span { border-color: rgb(35,226,182); }

 td.TdClassName
 {
   border-color: #23E2B6;
 }
 .TagClassName
 {
   border-color: #23E2B6;
 }
</style>