Html Css Color HEX #24E9F5 Bright Turquoise

📋 copy color: '#24E9F5'

red 36 ◦ green 233 ◦ blue 245

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

Shades of Bright Turquoise #24E9F5

Tints of Bright Turquoise #24E9F5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.33%

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 7%
G = 45.33%
B = 47.67%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#24E9F5 (or 0x24E9F5) is known color: Bright Turquoise. HEX triplet: 24, E9 and F5. RGB value is (36,233,245). Sum of RGB (Red+Green+Blue) = 36+233+245=514 (68% of max value = 765). Red value is 36 (14.45% from 255 or 7.00% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #24E9F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E9F5 is #DB160A. Grayscale: #AFAFAF. Windows color (decimal): -14358027 or 16116004. OLE color: 16116004.

HSL color Cylindrical-coordinate representation of color #24E9F5: hue angle of 183.44º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E9F5 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 233 245 -
CMYK 0.85 0.05 0 0.04
HSL 183.45º 0.91% 0.55% -
HSV(B) 183.45º 0.85% 0.96% -
XYZ 46.35 65.25 96.54 -
YUV 175.47 167.23 28.52 -
System Red Green Blue C M Y K H S L
Decimal 36 233 245 0.85 0.05 0 0.04 183.45 0.91 0.55
Hex 24 E9 F5 55 5 0 4 B7 5B 37
Octal 44 351 365 125 5 0 4 267 133 67
Binary 100100 11101001 11110101 1010101 101 0 100 10110111 1011011 110111

Color Harmonies of #24E9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E9F5

Black with #24E9F5

Text Example


Text Example

White with #24E9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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