Html Css Color HEX #23E7B5 Turquoise

📋 copy color: '#23E7B5'

red 35 ◦ green 231 ◦ blue 181

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

Shades of Turquoise #23E7B5

Tints of Turquoise #23E7B5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.68%

 BLUE value IS 181 (71.09% from 255) = 40.49%

R = 7.83%
G = 51.68%
B = 40.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#23E7B5 (or 0x23E7B5) is known color: Turquoise. HEX triplet: 23, E7 and B5. RGB value is (35,231,181). Sum of RGB (Red+Green+Blue) = 35+231+181=447 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.83% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #23E7B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E7B5 is #DC184A. Grayscale: #A6A6A6. Windows color (decimal): -14424139 or 11921187. OLE color: 11921187.

HSL color Cylindrical-coordinate representation of color #23E7B5: hue angle of 164.69º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E7B5 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 35 231 181 -
CMYK 0.85 0 0.22 0.09
HSL 164.69º 0.8% 0.52% -
HSV(B) 164.69º 0.85% 0.91% -
XYZ 37.61 60.85 53.48 -
YUV 166.7 136.07 34.07 -
System Red Green Blue C M Y K H S L
Decimal 35 231 181 0.85 0 0.22 0.09 164.69 0.8 0.52
Hex 23 E7 B5 55 0 16 9 A5 50 34
Octal 43 347 265 125 0 26 11 245 120 64
Binary 100011 11100111 10110101 1010101 0 10110 1001 10100101 1010000 110100

Color Harmonies of #23E7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E7B5

Black with #23E7B5

Text Example


Text Example

White with #23E7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,231,181); }

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

background-color css

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

 a { background-color: rgb(35,231,181); }

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

border-color css

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

 span { border-color: rgb(35,231,181); }

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