Html Css Color HEX #24EBE4 Bright Turquoise

📋 copy color: '#24EBE4'

red 36 ◦ green 235 ◦ blue 228

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

Shades of Bright Turquoise #24EBE4

Tints of Bright Turquoise #24EBE4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.09%

 BLUE value IS 228 (89.45% from 255) = 45.69%

R = 7.21%
G = 47.09%
B = 45.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#24EBE4 (or 0x24EBE4) is known color: Bright Turquoise. HEX triplet: 24, EB and E4. RGB value is (36,235,228). Sum of RGB (Red+Green+Blue) = 36+235+228=499 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.21% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #24EBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EBE4 is #DB141B. Grayscale: #AEAEAE. Windows color (decimal): -14357532 or 15002404. OLE color: 15002404.

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

Color convert

RGB 36 235 228 -
CMYK 0.85 0 0.03 0.08
HSL 177.89º 0.83% 0.53% -
HSV(B) 177.89º 0.85% 0.92% -
XYZ 44.44 65.39 83.68 -
YUV 174.7 158.07 29.07 -
System Red Green Blue C M Y K H S L
Decimal 36 235 228 0.85 0 0.03 0.08 177.89 0.83 0.53
Hex 24 EB E4 55 0 3 8 B2 53 35
Octal 44 353 344 125 0 3 10 262 123 65
Binary 100100 11101011 11100100 1010101 0 11 1000 10110010 1010011 110101

Color Harmonies of #24EBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EBE4

Black with #24EBE4

Text Example


Text Example

White with #24EBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,235,228); }

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

background-color css

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

 a { background-color: rgb(36,235,228); }

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

border-color css

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

 span { border-color: rgb(36,235,228); }

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