Html Css Color HEX #24F9EE Bright Turquoise

📋 copy color: '#24F9EE'

red 36 ◦ green 249 ◦ blue 238

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

Shades of Bright Turquoise #24F9EE

Tints of Bright Turquoise #24F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.61%

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 6.88%
G = 47.61%
B = 45.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#24F9EE (or 0x24F9EE) is known color: Bright Turquoise. HEX triplet: 24, F9 and EE. RGB value is (36,249,238). Sum of RGB (Red+Green+Blue) = 36+249+238=523 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.88% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #24F9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F9EE is #DB0611. Grayscale: #B7B7B7. Windows color (decimal): -14353938 or 15661348. OLE color: 15661348.

HSL color Cylindrical-coordinate representation of color #24F9EE: hue angle of 176.9º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24F9EE is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 249 238 -
CMYK 0.86 0 0.04 0.02
HSL 176.9º 0.95% 0.56% -
HSV(B) 176.9º 0.86% 0.98% -
XYZ 50.04 74.3 92.59 -
YUV 184.06 158.43 22.39 -
System Red Green Blue C M Y K H S L
Decimal 36 249 238 0.86 0 0.04 0.02 176.9 0.95 0.56
Hex 24 F9 EE 56 0 4 2 B1 5F 38
Octal 44 371 356 126 0 4 2 261 137 70
Binary 100100 11111001 11101110 1010110 0 100 10 10110001 1011111 111000

Color Harmonies of #24F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F9EE

Black with #24F9EE

Text Example


Text Example

White with #24F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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