Html Css Color HEX #24EAF2 Bright Turquoise

📋 copy color: '#24EAF2'

red 36 ◦ green 234 ◦ blue 242

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

Shades of Bright Turquoise #24EAF2

Tints of Bright Turquoise #24EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 242 (94.92% from 255) = 47.27%

R = 7.03%
G = 45.7%
B = 47.27%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#24EAF2 (or 0x24EAF2) is known color: Bright Turquoise. HEX triplet: 24, EA and F2. RGB value is (36,234,242). Sum of RGB (Red+Green+Blue) = 36+234+242=512 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.03% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #24EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EAF2 is #DB150D. Grayscale: #AFAFAF. Windows color (decimal): -14357774 or 15919652. OLE color: 15919652.

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

Color convert

RGB 36 234 242 -
CMYK 0.85 0.03 0 0.05
HSL 182.33º 0.89% 0.55% -
HSV(B) 182.33º 0.85% 0.95% -
XYZ 46.18 65.63 94.24 -
YUV 175.71 165.4 28.35 -
System Red Green Blue C M Y K H S L
Decimal 36 234 242 0.85 0.03 0 0.05 182.33 0.89 0.55
Hex 24 EA F2 55 3 0 5 B6 59 37
Octal 44 352 362 125 3 0 5 266 131 67
Binary 100100 11101010 11110010 1010101 11 0 101 10110110 1011001 110111

Color Harmonies of #24EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EAF2

Black with #24EAF2

Text Example


Text Example

White with #24EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,234,242); }

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

background-color css

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

 a { background-color: rgb(36,234,242); }

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

border-color css

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

 span { border-color: rgb(36,234,242); }

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