Html Css Color HEX #24EFF6 Bright Turquoise

📋 copy color: '#24EFF6'

red 36 ◦ green 239 ◦ blue 246

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

Shades of Bright Turquoise #24EFF6

Tints of Bright Turquoise #24EFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 6.91%
G = 45.87%
B = 47.22%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#24EFF6 (or 0x24EFF6) is known color: Bright Turquoise. HEX triplet: 24, EF and F6. RGB value is (36,239,246). Sum of RGB (Red+Green+Blue) = 36+239+246=521 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.91% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #24EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EFF6 is #DB1009. Grayscale: #B2B2B2. Windows color (decimal): -14356490 or 16183076. OLE color: 16183076.

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

Color convert

RGB 36 239 246 -
CMYK 0.85 0.03 0 0.04
HSL 182º 0.92% 0.55% -
HSV(B) 182º 0.85% 0.96% -
XYZ 48.23 68.76 97.92 -
YUV 179.1 165.75 25.93 -
System Red Green Blue C M Y K H S L
Decimal 36 239 246 0.85 0.03 0 0.04 182 0.92 0.55
Hex 24 EF F6 55 3 0 4 B6 5C 37
Octal 44 357 366 125 3 0 4 266 134 67
Binary 100100 11101111 11110110 1010101 11 0 100 10110110 1011100 110111

Color Harmonies of #24EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EFF6

Black with #24EFF6

Text Example


Text Example

White with #24EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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