Html Css Color HEX #24F6E9 Bright Turquoise

📋 copy color: '#24F6E9'

red 36 ◦ green 246 ◦ blue 233

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

Shades of Bright Turquoise #24F6E9

Tints of Bright Turquoise #24F6E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.24%

R = 6.99%
G = 47.77%
B = 45.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#24F6E9 (or 0x24F6E9) is known color: Bright Turquoise. HEX triplet: 24, F6 and E9. RGB value is (36,246,233). Sum of RGB (Red+Green+Blue) = 36+246+233=515 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.99% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #24F6E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F6E9 is #DB0916. Grayscale: #B5B5B5. Windows color (decimal): -14354711 or 15332900. OLE color: 15332900.

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

Color convert

RGB 36 246 233 -
CMYK 0.85 0 0.05 0.04
HSL 176.29º 0.92% 0.55% -
HSV(B) 176.29º 0.85% 0.96% -
XYZ 48.39 72.17 88.47 -
YUV 181.73 156.93 24.06 -
System Red Green Blue C M Y K H S L
Decimal 36 246 233 0.85 0 0.05 0.04 176.29 0.92 0.55
Hex 24 F6 E9 55 0 5 4 B0 5C 37
Octal 44 366 351 125 0 5 4 260 134 67
Binary 100100 11110110 11101001 1010101 0 101 100 10110000 1011100 110111

Color Harmonies of #24F6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F6E9

Black with #24F6E9

Text Example


Text Example

White with #24F6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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