Html Css Color HEX #24E4F7 Bright Turquoise

📋 copy color: '#24E4F7'

red 36 ◦ green 228 ◦ blue 247

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

Shades of Bright Turquoise #24E4F7

Tints of Bright Turquoise #24E4F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.34%

R = 7.05%
G = 44.62%
B = 48.34%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#24E4F7 (or 0x24E4F7) is known color: Bright Turquoise. HEX triplet: 24, E4 and F7. RGB value is (36,228,247). Sum of RGB (Red+Green+Blue) = 36+228+247=511 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.05% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #24E4F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E4F7 is #DB1B08. Grayscale: #ACACAC. Windows color (decimal): -14359305 or 16245796. OLE color: 16245796.

HSL color Cylindrical-coordinate representation of color #24E4F7: hue angle of 185.4º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E4F7 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 228 247 -
CMYK 0.85 0.08 0 0.03
HSL 185.4º 0.93% 0.55% -
HSV(B) 185.4º 0.85% 0.97% -
XYZ 45.26 62.58 97.69 -
YUV 172.76 169.89 30.46 -
System Red Green Blue C M Y K H S L
Decimal 36 228 247 0.85 0.08 0 0.03 185.4 0.93 0.55
Hex 24 E4 F7 55 8 0 3 B9 5D 37
Octal 44 344 367 125 10 0 3 271 135 67
Binary 100100 11100100 11110111 1010101 1000 0 11 10111001 1011101 110111

Color Harmonies of #24E4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E4F7

Black with #24E4F7

Text Example


Text Example

White with #24E4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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