Html Css Color HEX #24FFBE Turquoise

📋 copy color: '#24FFBE'

red 36 ◦ green 255 ◦ blue 190

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

Shades of Turquoise #24FFBE

Tints of Turquoise #24FFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 53.01%

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 7.48%
G = 53.01%
B = 39.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#24FFBE (or 0x24FFBE) is known color: Turquoise. HEX triplet: 24, FF and BE. RGB value is (36,255,190). Sum of RGB (Red+Green+Blue) = 36+255+190=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFBE is #DB0041. Grayscale: #B6B6B6. Windows color (decimal): -14352450 or 12517156. OLE color: 12517156.

HSL color Cylindrical-coordinate representation of color #24FFBE: hue angle of 162.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFBE is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 36 255 190 -
CMYK 0.86 0 0.25 0
HSL 162.19º 1% 0.57% -
HSV(B) 162.19º 0.86% 1% -
XYZ 45.78 75.61 60.9 -
YUV 182.11 132.45 23.79 -
System Red Green Blue C M Y K H S L
Decimal 36 255 190 0.86 0 0.25 0 162.19 1 0.57
Hex 24 FF BE 56 0 19 0 A2 64 39
Octal 44 377 276 126 0 31 0 242 144 71
Binary 100100 11111111 10111110 1010110 0 11001 0 10100010 1100100 111001

Color Harmonies of #24FFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FFBE

Black with #24FFBE

Text Example


Text Example

White with #24FFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,255,190); }

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

background-color css

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

 a { background-color: rgb(36,255,190); }

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

border-color css

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

 span { border-color: rgb(36,255,190); }

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