Html Css Color HEX #24E6B7 Turquoise

📋 copy color: '#24E6B7'

red 36 ◦ green 230 ◦ blue 183

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

Shades of Turquoise #24E6B7

Tints of Turquoise #24E6B7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.22%

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

R = 8.02%
G = 51.22%
B = 40.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#24E6B7 (or 0x24E6B7) is known color: Turquoise. HEX triplet: 24, E6 and B7. RGB value is (36,230,183). Sum of RGB (Red+Green+Blue) = 36+230+183=449 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.02% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #24E6B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E6B7 is #DB1948. Grayscale: #A6A6A6. Windows color (decimal): -14358857 or 12052004. OLE color: 12052004.

HSL color Cylindrical-coordinate representation of color #24E6B7: hue angle of 165.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E6B7 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 230 183 -
CMYK 0.84 0 0.20 0.10
HSL 165.46º 0.8% 0.52% -
HSV(B) 165.46º 0.84% 0.9% -
XYZ 37.57 60.39 54.48 -
YUV 166.64 137.23 34.82 -
System Red Green Blue C M Y K H S L
Decimal 36 230 183 0.84 0 0.20 0.10 165.46 0.8 0.52
Hex 24 E6 B7 54 0 14 A A5 50 34
Octal 44 346 267 124 0 24 12 245 120 64
Binary 100100 11100110 10110111 1010100 0 10100 1010 10100101 1010000 110100

Color Harmonies of #24E6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E6B7

Black with #24E6B7

Text Example


Text Example

White with #24E6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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