Html Css Color HEX #24FBEA Bright Turquoise

📋 copy color: '#24FBEA'

red 36 ◦ green 251 ◦ blue 234

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

Shades of Bright Turquoise #24FBEA

Tints of Bright Turquoise #24FBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.18%

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 6.91%
G = 48.18%
B = 44.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#24FBEA (or 0x24FBEA) is known color: Bright Turquoise. HEX triplet: 24, FB and EA. RGB value is (36,251,234). Sum of RGB (Red+Green+Blue) = 36+251+234=521 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.91% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #24FBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FBEA is #DB0415. Grayscale: #B8B8B8. Windows color (decimal): -14353430 or 15399716. OLE color: 15399716.

HSL color Cylindrical-coordinate representation of color #24FBEA: hue angle of 175.26º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FBEA is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 251 234 -
CMYK 0.86 0 0.07 0.02
HSL 175.26º 0.96% 0.56% -
HSV(B) 175.26º 0.86% 0.98% -
XYZ 50.08 75.31 89.74 -
YUV 184.78 155.77 21.88 -
System Red Green Blue C M Y K H S L
Decimal 36 251 234 0.86 0 0.07 0.02 175.26 0.96 0.56
Hex 24 FB EA 56 0 7 2 AF 60 38
Octal 44 373 352 126 0 7 2 257 140 70
Binary 100100 11111011 11101010 1010110 0 111 10 10101111 1100000 111000

Color Harmonies of #24FBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FBEA

Black with #24FBEA

Text Example


Text Example

White with #24FBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,251,234); }

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

background-color css

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

 a { background-color: rgb(36,251,234); }

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

border-color css

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

 span { border-color: rgb(36,251,234); }

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