Html Css Color HEX #24F6D4 Bright Turquoise

📋 copy color: '#24F6D4'

red 36 ◦ green 246 ◦ blue 212

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

Shades of Bright Turquoise #24F6D4

Tints of Bright Turquoise #24F6D4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.8%

 BLUE value IS 212 (83.2% from 255) = 42.91%

R = 7.29%
G = 49.8%
B = 42.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#24F6D4 (or 0x24F6D4) is known color: Bright Turquoise. HEX triplet: 24, F6 and D4. RGB value is (36,246,212). Sum of RGB (Red+Green+Blue) = 36+246+212=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #24F6D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F6D4 is #DB092B. Grayscale: #B3B3B3. Windows color (decimal): -14354732 or 13956644. OLE color: 13956644.

HSL color Cylindrical-coordinate representation of color #24F6D4: hue angle of 170.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F6D4 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 246 212 -
CMYK 0.85 0 0.14 0.04
HSL 170.29º 0.92% 0.55% -
HSV(B) 170.29º 0.85% 0.96% -
XYZ 45.57 71.04 73.6 -
YUV 179.33 146.43 25.76 -
System Red Green Blue C M Y K H S L
Decimal 36 246 212 0.85 0 0.14 0.04 170.29 0.92 0.55
Hex 24 F6 D4 55 0 E 4 AA 5C 37
Octal 44 366 324 125 0 16 4 252 134 67
Binary 100100 11110110 11010100 1010101 0 1110 100 10101010 1011100 110111

Color Harmonies of #24F6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F6D4

Black with #24F6D4

Text Example


Text Example

White with #24F6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,246,212); }

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

background-color css

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

 a { background-color: rgb(36,246,212); }

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

border-color css

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

 span { border-color: rgb(36,246,212); }

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