Html Css Color HEX #24EAE0 Bright Turquoise

📋 copy color: '#24EAE0'

red 36 ◦ green 234 ◦ blue 224

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

Shades of Bright Turquoise #24EAE0

Tints of Bright Turquoise #24EAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 7.29%
G = 47.37%
B = 45.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#24EAE0 (or 0x24EAE0) is known color: Bright Turquoise. HEX triplet: 24, EA and E0. RGB value is (36,234,224). Sum of RGB (Red+Green+Blue) = 36+234+224=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #24EAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EAE0 is #DB151F. Grayscale: #ADADAD. Windows color (decimal): -14357792 or 14740004. OLE color: 14740004.

HSL color Cylindrical-coordinate representation of color #24EAE0: hue angle of 176.97º degrees, saturation: 0.82, 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 #24EAE0 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 234 224 -
CMYK 0.85 0 0.04 0.08
HSL 176.97º 0.83% 0.53% -
HSV(B) 176.97º 0.85% 0.92% -
XYZ 43.6 64.6 80.69 -
YUV 173.66 156.4 29.81 -
System Red Green Blue C M Y K H S L
Decimal 36 234 224 0.85 0 0.04 0.08 176.97 0.83 0.53
Hex 24 EA E0 55 0 4 8 B1 52 35
Octal 44 352 340 125 0 4 10 261 122 65
Binary 100100 11101010 11100000 1010101 0 100 1000 10110001 1010010 110101

Color Harmonies of #24EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EAE0

Black with #24EAE0

Text Example


Text Example

White with #24EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,234,224); }

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

background-color css

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

 a { background-color: rgb(36,234,224); }

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

border-color css

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

 span { border-color: rgb(36,234,224); }

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