Html Css Color HEX #23ECB5 Turquoise

📋 copy color: '#23ECB5'

red 35 ◦ green 236 ◦ blue 181

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

Shades of Turquoise #23ECB5

Tints of Turquoise #23ECB5

RGB

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

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

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

R = 7.74%
G = 52.21%
B = 40.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#23ECB5 (or 0x23ECB5) is known color: Turquoise. HEX triplet: 23, EC and B5. RGB value is (35,236,181). Sum of RGB (Red+Green+Blue) = 35+236+181=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECB5 is #DC134A. Grayscale: #A9A9A9. Windows color (decimal): -14422859 or 11922467. OLE color: 11922467.

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

Color convert

RGB 35 236 181 -
CMYK 0.85 0 0.23 0.07
HSL 163.58º 0.84% 0.53% -
HSV(B) 163.58º 0.85% 0.93% -
XYZ 39.03 63.68 53.95 -
YUV 169.63 134.41 31.97 -
System Red Green Blue C M Y K H S L
Decimal 35 236 181 0.85 0 0.23 0.07 163.58 0.84 0.53
Hex 23 EC B5 55 0 17 7 A4 54 35
Octal 43 354 265 125 0 27 7 244 124 65
Binary 100011 11101100 10110101 1010101 0 10111 111 10100100 1010100 110101

Color Harmonies of #23ECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ECB5

Black with #23ECB5

Text Example


Text Example

White with #23ECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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