Html Css Color HEX #24EEF3 Bright Turquoise

📋 copy color: '#24EEF3'

red 36 ◦ green 238 ◦ blue 243

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

Shades of Bright Turquoise #24EEF3

Tints of Bright Turquoise #24EEF3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.03%

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

R = 6.96%
G = 46.03%
B = 47%

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

#24EEF3 (or 0x24EEF3) is known color: Bright Turquoise. HEX triplet: 24, EE and F3. RGB value is (36,238,243). Sum of RGB (Red+Green+Blue) = 36+238+243=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #24EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EEF3 is #DB110C. Grayscale: #B1B1B1. Windows color (decimal): -14356749 or 15986212. OLE color: 15986212.

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

Color convert

RGB 36 238 243 -
CMYK 0.85 0.02 0 0.05
HSL 181.45º 0.9% 0.55% -
HSV(B) 181.45º 0.85% 0.95% -
XYZ 47.48 68 95.42 -
YUV 178.17 164.58 26.59 -
System Red Green Blue C M Y K H S L
Decimal 36 238 243 0.85 0.02 0 0.05 181.45 0.9 0.55
Hex 24 EE F3 55 2 0 5 B5 5A 37
Octal 44 356 363 125 2 0 5 265 132 67
Binary 100100 11101110 11110011 1010101 10 0 101 10110101 1011010 110111

Color Harmonies of #24EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EEF3

Black with #24EEF3

Text Example


Text Example

White with #24EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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