Html Css Color HEX #24ECE1 Bright Turquoise

📋 copy color: '#24ECE1'

red 36 ◦ green 236 ◦ blue 225

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

Shades of Bright Turquoise #24ECE1

Tints of Bright Turquoise #24ECE1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.48%

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 7.24%
G = 47.48%
B = 45.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#24ECE1 (or 0x24ECE1) is known color: Bright Turquoise. HEX triplet: 24, EC and E1. RGB value is (36,236,225). Sum of RGB (Red+Green+Blue) = 36+236+225=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECE1 is #DB131E. Grayscale: #AEAEAE. Windows color (decimal): -14357279 or 14806052. OLE color: 14806052.

HSL color Cylindrical-coordinate representation of color #24ECE1: hue angle of 176.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECE1 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 236 225 -
CMYK 0.85 0 0.05 0.07
HSL 176.7º 0.84% 0.53% -
HSV(B) 176.7º 0.85% 0.93% -
XYZ 44.31 65.8 81.6 -
YUV 174.95 156.24 28.89 -
System Red Green Blue C M Y K H S L
Decimal 36 236 225 0.85 0 0.05 0.07 176.7 0.84 0.53
Hex 24 EC E1 55 0 5 7 B1 54 35
Octal 44 354 341 125 0 5 7 261 124 65
Binary 100100 11101100 11100001 1010101 0 101 111 10110001 1010100 110101

Color Harmonies of #24ECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECE1

Black with #24ECE1

Text Example


Text Example

White with #24ECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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