Html Css Color HEX #24FFEE Bright Turquoise

📋 copy color: '#24FFEE'

red 36 ◦ green 255 ◦ blue 238

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

Shades of Bright Turquoise #24FFEE

Tints of Bright Turquoise #24FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 48.2%

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

R = 6.81%
G = 48.2%
B = 44.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#24FFEE (or 0x24FFEE) is known color: Bright Turquoise. HEX triplet: 24, FF and EE. RGB value is (36,255,238). Sum of RGB (Red+Green+Blue) = 36+255+238=529 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.81% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FFEE is #DB0011. Grayscale: #BBBBBB. Windows color (decimal): -14352402 or 15662884. OLE color: 15662884.

HSL color Cylindrical-coordinate representation of color #24FFEE: hue angle of 175.34º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFEE is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 36 255 238 -
CMYK 0.86 0 0.07 0
HSL 175.34º 1% 0.57% -
HSV(B) 175.34º 0.86% 1% -
XYZ 51.92 78.07 93.22 -
YUV 187.58 156.45 19.88 -
System Red Green Blue C M Y K H S L
Decimal 36 255 238 0.86 0 0.07 0 175.34 1 0.57
Hex 24 FF EE 56 0 7 0 AF 64 39
Octal 44 377 356 126 0 7 0 257 144 71
Binary 100100 11111111 11101110 1010110 0 111 0 10101111 1100100 111001

Color Harmonies of #24FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FFEE

Black with #24FFEE

Text Example


Text Example

White with #24FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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