Html Css Color HEX #23EEBA Turquoise

📋 copy color: '#23EEBA'

red 35 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #23EEBA

Tints of Turquoise #23EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.85%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 7.63%
G = 51.85%
B = 40.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#23EEBA (or 0x23EEBA) is known color: Turquoise. HEX triplet: 23, EE and BA. RGB value is (35,238,186). Sum of RGB (Red+Green+Blue) = 35+238+186=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEBA is #DC1145. Grayscale: #ABABAB. Windows color (decimal): -14422342 or 12250659. OLE color: 12250659.

HSL color Cylindrical-coordinate representation of color #23EEBA: hue angle of 164.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EEBA is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 238 186 -
CMYK 0.85 0 0.22 0.07
HSL 164.63º 0.86% 0.54% -
HSV(B) 164.63º 0.85% 0.93% -
XYZ 40.13 65.05 56.9 -
YUV 171.38 136.25 30.73 -
System Red Green Blue C M Y K H S L
Decimal 35 238 186 0.85 0 0.22 0.07 164.63 0.86 0.54
Hex 23 EE BA 55 0 16 7 A5 56 36
Octal 43 356 272 125 0 26 7 245 126 66
Binary 100011 11101110 10111010 1010101 0 10110 111 10100101 1010110 110110

Color Harmonies of #23EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EEBA

Black with #23EEBA

Text Example


Text Example

White with #23EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,238,186); }

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

background-color css

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

 a { background-color: rgb(35,238,186); }

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

border-color css

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

 span { border-color: rgb(35,238,186); }

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