Html Css Color HEX #24EBF1 Bright Turquoise

📋 copy color: '#24EBF1'

red 36 ◦ green 235 ◦ blue 241

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

Shades of Bright Turquoise #24EBF1

Tints of Bright Turquoise #24EBF1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

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

R = 7.03%
G = 45.9%
B = 47.07%

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

#24EBF1 (or 0x24EBF1) is known color: Bright Turquoise. HEX triplet: 24, EB and F1. RGB value is (36,235,241). Sum of RGB (Red+Green+Blue) = 36+235+241=512 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.03% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #24EBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EBF1 is #DB140E. Grayscale: #AFAFAF. Windows color (decimal): -14357519 or 15854372. OLE color: 15854372.

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

Color convert

RGB 36 235 241 -
CMYK 0.85 0.02 0 0.05
HSL 181.76º 0.88% 0.54% -
HSV(B) 181.76º 0.85% 0.95% -
XYZ 46.31 66.14 93.54 -
YUV 176.18 164.57 28.01 -
System Red Green Blue C M Y K H S L
Decimal 36 235 241 0.85 0.02 0 0.05 181.76 0.88 0.54
Hex 24 EB F1 55 2 0 5 B6 58 36
Octal 44 353 361 125 2 0 5 266 130 66
Binary 100100 11101011 11110001 1010101 10 0 101 10110110 1011000 110110

Color Harmonies of #24EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EBF1

Black with #24EBF1

Text Example


Text Example

White with #24EBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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