Html Css Color HEX #23ECBE Turquoise

📋 copy color: '#23ECBE'

red 35 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #23ECBE

Tints of Turquoise #23ECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.19%

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

R = 7.59%
G = 51.19%
B = 41.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#23ECBE (or 0x23ECBE) is known color: Turquoise. HEX triplet: 23, EC and BE. RGB value is (35,236,190). Sum of RGB (Red+Green+Blue) = 35+236+190=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECBE is #DC1341. Grayscale: #AAAAAA. Windows color (decimal): -14422850 or 12512291. OLE color: 12512291.

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

Color convert

RGB 35 236 190 -
CMYK 0.85 0 0.19 0.07
HSL 166.27º 0.84% 0.53% -
HSV(B) 166.27º 0.85% 0.93% -
XYZ 39.98 64.07 58.97 -
YUV 170.66 138.91 31.24 -
System Red Green Blue C M Y K H S L
Decimal 35 236 190 0.85 0 0.19 0.07 166.27 0.84 0.53
Hex 23 EC BE 55 0 13 7 A6 54 35
Octal 43 354 276 125 0 23 7 246 124 65
Binary 100011 11101100 10111110 1010101 0 10011 111 10100110 1010100 110101

Color Harmonies of #23ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ECBE

Black with #23ECBE

Text Example


Text Example

White with #23ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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