Html Css Color HEX #23EABC Turquoise

📋 copy color: '#23EABC'

red 35 ◦ green 234 ◦ blue 188

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

Shades of Turquoise #23EABC

Tints of Turquoise #23EABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.2%

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 7.66%
G = 51.2%
B = 41.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#23EABC (or 0x23EABC) is known color: Turquoise. HEX triplet: 23, EA and BC. RGB value is (35,234,188). Sum of RGB (Red+Green+Blue) = 35+234+188=457 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.66% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #23EABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EABC is #DC1543. Grayscale: #A9A9A9. Windows color (decimal): -14423364 or 12380707. OLE color: 12380707.

HSL color Cylindrical-coordinate representation of color #23EABC: hue angle of 166.13º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EABC is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 234 188 -
CMYK 0.85 0 0.20 0.08
HSL 166.13º 0.83% 0.53% -
HSV(B) 166.13º 0.85% 0.92% -
XYZ 39.19 62.83 57.64 -
YUV 169.26 138.57 32.24 -
System Red Green Blue C M Y K H S L
Decimal 35 234 188 0.85 0 0.20 0.08 166.13 0.83 0.53
Hex 23 EA BC 55 0 14 8 A6 53 35
Octal 43 352 274 125 0 24 10 246 123 65
Binary 100011 11101010 10111100 1010101 0 10100 1000 10100110 1010011 110101

Color Harmonies of #23EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EABC

Black with #23EABC

Text Example


Text Example

White with #23EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,234,188); }

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

background-color css

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

 a { background-color: rgb(35,234,188); }

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

border-color css

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

 span { border-color: rgb(35,234,188); }

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