Html Css Color HEX #24E9EF Bright Turquoise

📋 copy color: '#24E9EF'

red 36 ◦ green 233 ◦ blue 239

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

Shades of Bright Turquoise #24E9EF

Tints of Bright Turquoise #24E9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 7.09%
G = 45.87%
B = 47.05%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#24E9EF (or 0x24E9EF) is known color: Bright Turquoise. HEX triplet: 24, E9 and EF. RGB value is (36,233,239). Sum of RGB (Red+Green+Blue) = 36+233+239=508 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.09% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #24E9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E9EF is #DB1610. Grayscale: #AEAEAE. Windows color (decimal): -14358033 or 15722788. OLE color: 15722788.

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

Color convert

RGB 36 233 239 -
CMYK 0.85 0.03 0 0.06
HSL 181.77º 0.86% 0.54% -
HSV(B) 181.77º 0.85% 0.94% -
XYZ 45.45 64.88 91.79 -
YUV 174.78 164.23 29.01 -
System Red Green Blue C M Y K H S L
Decimal 36 233 239 0.85 0.03 0 0.06 181.77 0.86 0.54
Hex 24 E9 EF 55 3 0 6 B6 56 36
Octal 44 351 357 125 3 0 6 266 126 66
Binary 100100 11101001 11101111 1010101 11 0 110 10110110 1010110 110110

Color Harmonies of #24E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E9EF

Black with #24E9EF

Text Example


Text Example

White with #24E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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