Html Css Color HEX #24F3EC Bright Turquoise

📋 copy color: '#24F3EC'

red 36 ◦ green 243 ◦ blue 236

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

Shades of Bright Turquoise #24F3EC

Tints of Bright Turquoise #24F3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.18%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 6.99%
G = 47.18%
B = 45.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#24F3EC (or 0x24F3EC) is known color: Bright Turquoise. HEX triplet: 24, F3 and EC. RGB value is (36,243,236). Sum of RGB (Red+Green+Blue) = 36+243+236=515 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.99% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #24F3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F3EC is #DB0C13. Grayscale: #B4B4B4. Windows color (decimal): -14355476 or 15528740. OLE color: 15528740.

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

Color convert

RGB 36 243 236 -
CMYK 0.85 0 0.03 0.05
HSL 177.97º 0.9% 0.55% -
HSV(B) 177.97º 0.85% 0.95% -
XYZ 47.92 70.53 90.45 -
YUV 180.31 159.42 25.07 -
System Red Green Blue C M Y K H S L
Decimal 36 243 236 0.85 0 0.03 0.05 177.97 0.9 0.55
Hex 24 F3 EC 55 0 3 5 B2 5A 37
Octal 44 363 354 125 0 3 5 262 132 67
Binary 100100 11110011 11101100 1010101 0 11 101 10110010 1011010 110111

Color Harmonies of #24F3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F3EC

Black with #24F3EC

Text Example


Text Example

White with #24F3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,243,236); }

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

background-color css

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

 a { background-color: rgb(36,243,236); }

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

border-color css

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

 span { border-color: rgb(36,243,236); }

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