Html Css Color HEX #24ECF1 Bright Turquoise

📋 copy color: '#24ECF1'

red 36 ◦ green 236 ◦ blue 241

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

Shades of Bright Turquoise #24ECF1

Tints of Bright Turquoise #24ECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 7.02%
G = 46%
B = 46.98%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#24ECF1 (or 0x24ECF1) is known color: Bright Turquoise. HEX triplet: 24, EC and F1. RGB value is (36,236,241). Sum of RGB (Red+Green+Blue) = 36+236+241=513 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.02% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #24ECF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24ECF1 is #DB130E. Grayscale: #B0B0B0. Windows color (decimal): -14357263 or 15854628. OLE color: 15854628.

HSL color Cylindrical-coordinate representation of color #24ECF1: hue angle of 181.46º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECF1 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 236 241 -
CMYK 0.85 0.02 0 0.05
HSL 181.46º 0.88% 0.54% -
HSV(B) 181.46º 0.85% 0.95% -
XYZ 46.6 66.72 93.64 -
YUV 176.77 164.24 27.59 -
System Red Green Blue C M Y K H S L
Decimal 36 236 241 0.85 0.02 0 0.05 181.46 0.88 0.54
Hex 24 EC F1 55 2 0 5 B5 58 36
Octal 44 354 361 125 2 0 5 265 130 66
Binary 100100 11101100 11110001 1010101 10 0 101 10110101 1011000 110110

Color Harmonies of #24ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECF1

Black with #24ECF1

Text Example


Text Example

White with #24ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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