Html Css Color HEX #24E9F3 Bright Turquoise

📋 copy color: '#24E9F3'

red 36 ◦ green 233 ◦ blue 243

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

Shades of Bright Turquoise #24E9F3

Tints of Bright Turquoise #24E9F3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 243 (95.31% from 255) = 47.46%

R = 7.03%
G = 45.51%
B = 47.46%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#24E9F3 (or 0x24E9F3) is known color: Bright Turquoise. HEX triplet: 24, E9 and F3. RGB value is (36,233,243). Sum of RGB (Red+Green+Blue) = 36+233+243=512 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.03% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #24E9F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E9F3 is #DB160C. Grayscale: #AFAFAF. Windows color (decimal): -14358029 or 15984932. OLE color: 15984932.

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

Color convert

RGB 36 233 243 -
CMYK 0.85 0.04 0 0.05
HSL 182.9º 0.9% 0.55% -
HSV(B) 182.9º 0.85% 0.95% -
XYZ 46.04 65.12 94.94 -
YUV 175.24 166.23 28.69 -
System Red Green Blue C M Y K H S L
Decimal 36 233 243 0.85 0.04 0 0.05 182.9 0.9 0.55
Hex 24 E9 F3 55 4 0 5 B7 5A 37
Octal 44 351 363 125 4 0 5 267 132 67
Binary 100100 11101001 11110011 1010101 100 0 101 10110111 1011010 110111

Color Harmonies of #24E9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E9F3

Black with #24E9F3

Text Example


Text Example

White with #24E9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,233,243); }

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

background-color css

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

 a { background-color: rgb(36,233,243); }

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

border-color css

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

 span { border-color: rgb(36,233,243); }

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