Html Css Color HEX #24F1E9 Bright Turquoise

📋 copy color: '#24F1E9'

red 36 ◦ green 241 ◦ blue 233

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

Shades of Bright Turquoise #24F1E9

Tints of Bright Turquoise #24F1E9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.25%

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 7.06%
G = 47.25%
B = 45.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#24F1E9 (or 0x24F1E9) is known color: Bright Turquoise. HEX triplet: 24, F1 and E9. RGB value is (36,241,233). Sum of RGB (Red+Green+Blue) = 36+241+233=510 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.06% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #24F1E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F1E9 is #DB0E16. Grayscale: #B2B2B2. Windows color (decimal): -14355991 or 15331620. OLE color: 15331620.

HSL color Cylindrical-coordinate representation of color #24F1E9: hue angle of 177.66º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F1E9 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 241 233 -
CMYK 0.85 0 0.03 0.05
HSL 177.66º 0.88% 0.54% -
HSV(B) 177.66º 0.85% 0.95% -
XYZ 46.89 69.17 87.97 -
YUV 178.79 158.58 26.15 -
System Red Green Blue C M Y K H S L
Decimal 36 241 233 0.85 0 0.03 0.05 177.66 0.88 0.54
Hex 24 F1 E9 55 0 3 5 B2 58 36
Octal 44 361 351 125 0 3 5 262 130 66
Binary 100100 11110001 11101001 1010101 0 11 101 10110010 1011000 110110

Color Harmonies of #24F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F1E9

Black with #24F1E9

Text Example


Text Example

White with #24F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,241,233); }

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

background-color css

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

 a { background-color: rgb(36,241,233); }

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

border-color css

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

 span { border-color: rgb(36,241,233); }

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