Html Css Color HEX #24E7D6 Bright Turquoise

📋 copy color: '#24E7D6'

red 36 ◦ green 231 ◦ blue 214

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

Shades of Bright Turquoise #24E7D6

Tints of Bright Turquoise #24E7D6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.02%

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 7.48%
G = 48.02%
B = 44.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#24E7D6 (or 0x24E7D6) is known color: Bright Turquoise. HEX triplet: 24, E7 and D6. RGB value is (36,231,214). Sum of RGB (Red+Green+Blue) = 36+231+214=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #24E7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E7D6 is #DB1829. Grayscale: #AAAAAA. Windows color (decimal): -14358570 or 14083876. OLE color: 14083876.

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

Color convert

RGB 36 231 214 -
CMYK 0.84 0 0.07 0.09
HSL 174.77º 0.8% 0.52% -
HSV(B) 174.77º 0.84% 0.91% -
XYZ 41.44 62.38 73.48 -
YUV 170.76 152.4 31.88 -
System Red Green Blue C M Y K H S L
Decimal 36 231 214 0.84 0 0.07 0.09 174.77 0.8 0.52
Hex 24 E7 D6 54 0 7 9 AF 50 34
Octal 44 347 326 124 0 7 11 257 120 64
Binary 100100 11100111 11010110 1010100 0 111 1001 10101111 1010000 110100

Color Harmonies of #24E7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E7D6

Black with #24E7D6

Text Example


Text Example

White with #24E7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,231,214); }

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

background-color css

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

 a { background-color: rgb(36,231,214); }

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

border-color css

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

 span { border-color: rgb(36,231,214); }

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