Html Css Color HEX #24FFCE Bright Turquoise

📋 copy color: '#24FFCE'

red 36 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #24FFCE

Tints of Bright Turquoise #24FFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 7.24%
G = 51.31%
B = 41.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#24FFCE (or 0x24FFCE) is known color: Bright Turquoise. HEX triplet: 24, FF and CE. RGB value is (36,255,206). Sum of RGB (Red+Green+Blue) = 36+255+206=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFCE is #DB0031. Grayscale: #B7B7B7. Windows color (decimal): -14352434 or 13565732. OLE color: 13565732.

HSL color Cylindrical-coordinate representation of color #24FFCE: hue angle of 166.58º 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 #24FFCE is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 36 255 206 -
CMYK 0.86 0 0.19 0
HSL 166.58º 1% 0.57% -
HSV(B) 166.58º 0.86% 1% -
XYZ 47.63 76.35 70.62 -
YUV 183.93 140.45 22.48 -
System Red Green Blue C M Y K H S L
Decimal 36 255 206 0.86 0 0.19 0 166.58 1 0.57
Hex 24 FF CE 56 0 13 0 A7 64 39
Octal 44 377 316 126 0 23 0 247 144 71
Binary 100100 11111111 11001110 1010110 0 10011 0 10100111 1100100 111001

Color Harmonies of #24FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FFCE

Black with #24FFCE

Text Example


Text Example

White with #24FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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