Html Css Color HEX #24EFF1 Bright Turquoise

📋 copy color: '#24EFF1'

red 36 ◦ green 239 ◦ blue 241

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

Shades of Bright Turquoise #24EFF1

Tints of Bright Turquoise #24EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.32%

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

R = 6.98%
G = 46.32%
B = 46.71%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#24EFF1 (or 0x24EFF1) is known color: Bright Turquoise. HEX triplet: 24, EF and F1. RGB value is (36,239,241). Sum of RGB (Red+Green+Blue) = 36+239+241=516 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.98% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #24EFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EFF1 is #DB100E. Grayscale: #B2B2B2. Windows color (decimal): -14356495 or 15855396. OLE color: 15855396.

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

Color convert

RGB 36 239 241 -
CMYK 0.85 0.01 0 0.05
HSL 180.59º 0.88% 0.54% -
HSV(B) 180.59º 0.85% 0.95% -
XYZ 47.47 68.46 93.93 -
YUV 178.53 163.25 26.34 -
System Red Green Blue C M Y K H S L
Decimal 36 239 241 0.85 0.01 0 0.05 180.59 0.88 0.54
Hex 24 EF F1 55 1 0 5 B5 58 36
Octal 44 357 361 125 1 0 5 265 130 66
Binary 100100 11101111 11110001 1010101 1 0 101 10110101 1011000 110110

Color Harmonies of #24EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EFF1

Black with #24EFF1

Text Example


Text Example

White with #24EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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