Html Css Color HEX #24E4FB Bright Turquoise

📋 copy color: '#24E4FB'

red 36 ◦ green 228 ◦ blue 251

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

Shades of Bright Turquoise #24E4FB

Tints of Bright Turquoise #24E4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.27%

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 6.99%
G = 44.27%
B = 48.74%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#24E4FB (or 0x24E4FB) is known color: Bright Turquoise. HEX triplet: 24, E4 and FB. RGB value is (36,228,251). Sum of RGB (Red+Green+Blue) = 36+228+251=515 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.99% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #24E4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E4FB is #DB1B04. Grayscale: #ACACAC. Windows color (decimal): -14359301 or 16507940. OLE color: 16507940.

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

Color convert

RGB 36 228 251 -
CMYK 0.86 0.09 0 0.02
HSL 186.42º 0.96% 0.56% -
HSV(B) 186.42º 0.86% 0.98% -
XYZ 45.88 62.83 100.98 -
YUV 173.21 171.89 30.13 -
System Red Green Blue C M Y K H S L
Decimal 36 228 251 0.86 0.09 0 0.02 186.42 0.96 0.56
Hex 24 E4 FB 56 9 0 2 BA 60 38
Octal 44 344 373 126 11 0 2 272 140 70
Binary 100100 11100100 11111011 1010110 1001 0 10 10111010 1100000 111000

Color Harmonies of #24E4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E4FB

Black with #24E4FB

Text Example


Text Example

White with #24E4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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