Html Css Color HEX #23EEBE Turquoise

📋 copy color: '#23EEBE'

red 35 ◦ green 238 ◦ blue 190

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

Shades of Turquoise #23EEBE

Tints of Turquoise #23EEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 7.56%
G = 51.4%
B = 41.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#23EEBE (or 0x23EEBE) is known color: Turquoise. HEX triplet: 23, EE and BE. RGB value is (35,238,190). Sum of RGB (Red+Green+Blue) = 35+238+190=463 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.56% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEBE is #DC1141. Grayscale: #ABABAB. Windows color (decimal): -14422338 or 12512803. OLE color: 12512803.

HSL color Cylindrical-coordinate representation of color #23EEBE: hue angle of 165.81º 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 #23EEBE is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 238 190 -
CMYK 0.85 0 0.20 0.07
HSL 165.81º 0.86% 0.54% -
HSV(B) 165.81º 0.85% 0.93% -
XYZ 40.56 65.22 59.17 -
YUV 171.83 138.25 30.4 -
System Red Green Blue C M Y K H S L
Decimal 35 238 190 0.85 0 0.20 0.07 165.81 0.86 0.54
Hex 23 EE BE 55 0 14 7 A6 56 36
Octal 43 356 276 125 0 24 7 246 126 66
Binary 100011 11101110 10111110 1010101 0 10100 111 10100110 1010110 110110

Color Harmonies of #23EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EEBE

Black with #23EEBE

Text Example


Text Example

White with #23EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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