Html Css Color HEX #24E9EA Bright Turquoise

📋 copy color: '#24E9EA'

red 36 ◦ green 233 ◦ blue 234

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

Shades of Bright Turquoise #24E9EA

Tints of Bright Turquoise #24E9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 7.16%
G = 46.32%
B = 46.52%

CMYK

 C value IS 0.85

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#24E9EA (or 0x24E9EA) is known color: Bright Turquoise. HEX triplet: 24, E9 and EA. RGB value is (36,233,234). Sum of RGB (Red+Green+Blue) = 36+233+234=503 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.16% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #24E9EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E9EA is #DB1615. Grayscale: #AEAEAE. Windows color (decimal): -14358038 or 15395108. OLE color: 15395108.

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

Color convert

RGB 36 233 234 -
CMYK 0.85 0.00 0 0.08
HSL 180.3º 0.83% 0.53% -
HSV(B) 180.3º 0.85% 0.92% -
XYZ 44.72 64.59 87.95 -
YUV 174.21 161.73 29.42 -
System Red Green Blue C M Y K H S L
Decimal 36 233 234 0.85 0.00 0 0.08 180.3 0.83 0.53
Hex 24 E9 EA 55 0 0 8 B4 52 35
Octal 44 351 352 125 0 0 10 264 122 65
Binary 100100 11101001 11101010 1010101 0 0 1000 10110100 1010010 110101

Color Harmonies of #24E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E9EA

Black with #24E9EA

Text Example


Text Example

White with #24E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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