Html Css Color HEX #24EFB7 Turquoise

📋 copy color: '#24EFB7'

red 36 ◦ green 239 ◦ blue 183

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

Shades of Turquoise #24EFB7

Tints of Turquoise #24EFB7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

 BLUE value IS 183 (71.88% from 255) = 39.96%

R = 7.86%
G = 52.18%
B = 39.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#24EFB7 (or 0x24EFB7) is known color: Turquoise. HEX triplet: 24, EF and B7. RGB value is (36,239,183). Sum of RGB (Red+Green+Blue) = 36+239+183=458 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.86% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #24EFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EFB7 is #DB1048. Grayscale: #ABABAB. Windows color (decimal): -14356553 or 12054308. OLE color: 12054308.

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

Color convert

RGB 36 239 183 -
CMYK 0.85 0 0.23 0.06
HSL 163.45º 0.86% 0.54% -
HSV(B) 163.45º 0.85% 0.94% -
XYZ 40.14 65.53 55.33 -
YUV 171.92 134.25 31.05 -
System Red Green Blue C M Y K H S L
Decimal 36 239 183 0.85 0 0.23 0.06 163.45 0.86 0.54
Hex 24 EF B7 55 0 17 6 A3 56 36
Octal 44 357 267 125 0 27 6 243 126 66
Binary 100100 11101111 10110111 1010101 0 10111 110 10100011 1010110 110110

Color Harmonies of #24EFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EFB7

Black with #24EFB7

Text Example


Text Example

White with #24EFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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