Html Css Color HEX #24F2B7 Turquoise

📋 copy color: '#24F2B7'

red 36 ◦ green 242 ◦ blue 183

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

Shades of Turquoise #24F2B7

Tints of Turquoise #24F2B7

RGB

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

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

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

R = 7.81%
G = 52.49%
B = 39.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#24F2B7 (or 0x24F2B7) is known color: Turquoise. HEX triplet: 24, F2 and B7. RGB value is (36,242,183). Sum of RGB (Red+Green+Blue) = 36+242+183=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #24F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F2B7 is #DB0D48. Grayscale: #ADADAD. Windows color (decimal): -14355785 or 12055076. OLE color: 12055076.

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

Color convert

RGB 36 242 183 -
CMYK 0.85 0 0.24 0.05
HSL 162.82º 0.89% 0.55% -
HSV(B) 162.82º 0.85% 0.95% -
XYZ 41.03 67.3 55.63 -
YUV 173.68 133.25 29.8 -
System Red Green Blue C M Y K H S L
Decimal 36 242 183 0.85 0 0.24 0.05 162.82 0.89 0.55
Hex 24 F2 B7 55 0 18 5 A3 59 37
Octal 44 362 267 125 0 30 5 243 131 67
Binary 100100 11110010 10110111 1010101 0 11000 101 10100011 1011001 110111

Color Harmonies of #24F2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F2B7

Black with #24F2B7

Text Example


Text Example

White with #24F2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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