Html Css Color HEX #24ECBE Turquoise

📋 copy color: '#24ECBE'

red 36 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #24ECBE

Tints of Turquoise #24ECBE

RGB

 RED value IS 36 (14.45% from 255) = 7.79%

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

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

R = 7.79%
G = 51.08%
B = 41.13%

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

#24ECBE (or 0x24ECBE) is known color: Turquoise. HEX triplet: 24, EC and BE. RGB value is (36,236,190). Sum of RGB (Red+Green+Blue) = 36+236+190=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECBE is #DB1341. Grayscale: #AAAAAA. Windows color (decimal): -14357314 or 12512292. OLE color: 12512292.

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

Color convert

RGB 36 236 190 -
CMYK 0.85 0 0.19 0.07
HSL 166.2º 0.84% 0.53% -
HSV(B) 166.2º 0.85% 0.93% -
XYZ 40.02 64.08 58.98 -
YUV 170.96 138.74 31.74 -
System Red Green Blue C M Y K H S L
Decimal 36 236 190 0.85 0 0.19 0.07 166.2 0.84 0.53
Hex 24 EC BE 55 0 13 7 A6 54 35
Octal 44 354 276 125 0 23 7 246 124 65
Binary 100100 11101100 10111110 1010101 0 10011 111 10100110 1010100 110101

Color Harmonies of #24ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECBE

Black with #24ECBE

Text Example


Text Example

White with #24ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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