Html Css Color HEX #23EABB Turquoise

📋 copy color: '#23EABB'

red 35 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #23EABB

Tints of Turquoise #23EABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 7.68%
G = 51.32%
B = 41.01%

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

#23EABB (or 0x23EABB) is known color: Turquoise. HEX triplet: 23, EA and BB. RGB value is (35,234,187). Sum of RGB (Red+Green+Blue) = 35+234+187=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #23EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EABB is #DC1544. Grayscale: #A9A9A9. Windows color (decimal): -14423365 or 12315171. OLE color: 12315171.

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

Color convert

RGB 35 234 187 -
CMYK 0.85 0 0.20 0.08
HSL 165.83º 0.83% 0.53% -
HSV(B) 165.83º 0.85% 0.92% -
XYZ 39.09 62.79 57.07 -
YUV 169.14 138.07 32.32 -
System Red Green Blue C M Y K H S L
Decimal 35 234 187 0.85 0 0.20 0.08 165.83 0.83 0.53
Hex 23 EA BB 55 0 14 8 A6 53 35
Octal 43 352 273 125 0 24 10 246 123 65
Binary 100011 11101010 10111011 1010101 0 10100 1000 10100110 1010011 110101

Color Harmonies of #23EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EABB

Black with #23EABB

Text Example


Text Example

White with #23EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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