Html Css Color HEX #24E4EF Bright Turquoise

📋 copy color: '#24E4EF'

red 36 ◦ green 228 ◦ blue 239

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

Shades of Bright Turquoise #24E4EF

Tints of Bright Turquoise #24E4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.33%

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

R = 7.16%
G = 45.33%
B = 47.51%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#24E4EF (or 0x24E4EF) is known color: Bright Turquoise. HEX triplet: 24, E4 and EF. RGB value is (36,228,239). Sum of RGB (Red+Green+Blue) = 36+228+239=503 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.16% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #24E4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E4EF is #DB1B10. Grayscale: #ABABAB. Windows color (decimal): -14359313 or 15721508. OLE color: 15721508.

HSL color Cylindrical-coordinate representation of color #24E4EF: hue angle of 183.25º 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 #24E4EF is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 228 239 -
CMYK 0.85 0.05 0 0.06
HSL 183.25º 0.86% 0.54% -
HSV(B) 183.25º 0.85% 0.94% -
XYZ 44.05 62.09 91.32 -
YUV 171.85 165.89 31.11 -
System Red Green Blue C M Y K H S L
Decimal 36 228 239 0.85 0.05 0 0.06 183.25 0.86 0.54
Hex 24 E4 EF 55 5 0 6 B7 56 36
Octal 44 344 357 125 5 0 6 267 126 66
Binary 100100 11100100 11101111 1010101 101 0 110 10110111 1010110 110110

Color Harmonies of #24E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E4EF

Black with #24E4EF

Text Example


Text Example

White with #24E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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