Html Css Color HEX #24F2BC Turquoise

📋 copy color: '#24F2BC'

red 36 ◦ green 242 ◦ blue 188

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

Shades of Turquoise #24F2BC

Tints of Turquoise #24F2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 7.73%
G = 51.93%
B = 40.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#24F2BC (or 0x24F2BC) is known color: Turquoise. HEX triplet: 24, F2 and BC. RGB value is (36,242,188). Sum of RGB (Red+Green+Blue) = 36+242+188=466 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.73% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #24F2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F2BC is #DB0D43. Grayscale: #AEAEAE. Windows color (decimal): -14355780 or 12382756. OLE color: 12382756.

HSL color Cylindrical-coordinate representation of color #24F2BC: hue angle of 164.27º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F2BC is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 242 188 -
CMYK 0.85 0 0.22 0.05
HSL 164.27º 0.89% 0.55% -
HSV(B) 164.27º 0.85% 0.95% -
XYZ 41.56 67.51 58.42 -
YUV 174.25 135.75 29.39 -
System Red Green Blue C M Y K H S L
Decimal 36 242 188 0.85 0 0.22 0.05 164.27 0.89 0.55
Hex 24 F2 BC 55 0 16 5 A4 59 37
Octal 44 362 274 125 0 26 5 244 131 67
Binary 100100 11110010 10111100 1010101 0 10110 101 10100100 1011001 110111

Color Harmonies of #24F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F2BC

Black with #24F2BC

Text Example


Text Example

White with #24F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,242,188); }

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

background-color css

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

 a { background-color: rgb(36,242,188); }

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

border-color css

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

 span { border-color: rgb(36,242,188); }

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