Html Css Color HEX #24FFED Bright Turquoise

📋 copy color: '#24FFED'

red 36 ◦ green 255 ◦ blue 237

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

Shades of Bright Turquoise #24FFED

Tints of Bright Turquoise #24FFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 6.82%
G = 48.3%
B = 44.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#24FFED (or 0x24FFED) is known color: Bright Turquoise. HEX triplet: 24, FF and ED. RGB value is (36,255,237). Sum of RGB (Red+Green+Blue) = 36+255+237=528 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.82% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FFED is #DB0012. Grayscale: #BBBBBB. Windows color (decimal): -14352403 or 15597348. OLE color: 15597348.

HSL color Cylindrical-coordinate representation of color #24FFED: hue angle of 175.07º 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 #24FFED is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 36 255 237 -
CMYK 0.86 0 0.07 0
HSL 175.07º 1% 0.57% -
HSV(B) 175.07º 0.86% 1% -
XYZ 51.77 78.01 92.45 -
YUV 187.47 155.95 19.96 -
System Red Green Blue C M Y K H S L
Decimal 36 255 237 0.86 0 0.07 0 175.07 1 0.57
Hex 24 FF ED 56 0 7 0 AF 64 39
Octal 44 377 355 126 0 7 0 257 144 71
Binary 100100 11111111 11101101 1010110 0 111 0 10101111 1100100 111001

Color Harmonies of #24FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FFED

Black with #24FFED

Text Example


Text Example

White with #24FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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