Html Css Color HEX #24E4EB Bright Turquoise

📋 copy color: '#24E4EB'

red 36 ◦ green 228 ◦ blue 235

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

Shades of Bright Turquoise #24E4EB

Tints of Bright Turquoise #24E4EB

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#24E4EB (or 0x24E4EB) is known color: Bright Turquoise. HEX triplet: 24, E4 and EB. RGB value is (36,228,235). Sum of RGB (Red+Green+Blue) = 36+228+235=499 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.21% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #24E4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E4EB is #DB1B14. Grayscale: #ABABAB. Windows color (decimal): -14359317 or 15459364. OLE color: 15459364.

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

Color convert

RGB 36 228 235 -
CMYK 0.85 0.03 0 0.08
HSL 182.11º 0.83% 0.53% -
HSV(B) 182.11º 0.85% 0.92% -
XYZ 43.47 61.86 88.25 -
YUV 171.39 163.89 31.43 -
System Red Green Blue C M Y K H S L
Decimal 36 228 235 0.85 0.03 0 0.08 182.11 0.83 0.53
Hex 24 E4 EB 55 3 0 8 B6 53 35
Octal 44 344 353 125 3 0 10 266 123 65
Binary 100100 11100100 11101011 1010101 11 0 1000 10110110 1010011 110101

Color Harmonies of #24E4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E4EB

Black with #24E4EB

Text Example


Text Example

White with #24E4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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