Html Css Color HEX #24E8DA Bright Turquoise

📋 copy color: '#24E8DA'

red 36 ◦ green 232 ◦ blue 218

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

Shades of Bright Turquoise #24E8DA

Tints of Bright Turquoise #24E8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.74%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 7.41%
G = 47.74%
B = 44.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#24E8DA (or 0x24E8DA) is known color: Bright Turquoise. HEX triplet: 24, E8 and DA. RGB value is (36,232,218). Sum of RGB (Red+Green+Blue) = 36+232+218=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #24E8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E8DA is #DB1725. Grayscale: #ABABAB. Windows color (decimal): -14358310 or 14346276. OLE color: 14346276.

HSL color Cylindrical-coordinate representation of color #24E8DA: hue angle of 175.71º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E8DA is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 232 218 -
CMYK 0.84 0 0.06 0.09
HSL 175.71º 0.81% 0.53% -
HSV(B) 175.71º 0.84% 0.91% -
XYZ 42.24 63.15 76.29 -
YUV 171.8 154.07 31.14 -
System Red Green Blue C M Y K H S L
Decimal 36 232 218 0.84 0 0.06 0.09 175.71 0.81 0.53
Hex 24 E8 DA 54 0 6 9 B0 51 35
Octal 44 350 332 124 0 6 11 260 121 65
Binary 100100 11101000 11011010 1010100 0 110 1001 10110000 1010001 110101

Color Harmonies of #24E8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E8DA

Black with #24E8DA

Text Example


Text Example

White with #24E8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,232,218); }

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

background-color css

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

 a { background-color: rgb(36,232,218); }

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

border-color css

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

 span { border-color: rgb(36,232,218); }

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