Html Css Color HEX #24FECB Turquoise

📋 copy color: '#24FECB'

red 36 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #24FECB

Tints of Turquoise #24FECB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.52%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 7.3%
G = 51.52%
B = 41.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#24FECB (or 0x24FECB) is known color: Turquoise. HEX triplet: 24, FE and CB. RGB value is (36,254,203). Sum of RGB (Red+Green+Blue) = 36+254+203=493 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.30% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #24FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FECB is #DB0134. Grayscale: #B6B6B6. Windows color (decimal): -14352693 or 13368868. OLE color: 13368868.

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

Color convert

RGB 36 254 203 -
CMYK 0.86 0 0.20 0.00
HSL 165.96º 0.99% 0.57% -
HSV(B) 165.96º 0.86% 1% -
XYZ 46.95 75.57 68.61 -
YUV 183 139.28 23.15 -
System Red Green Blue C M Y K H S L
Decimal 36 254 203 0.86 0 0.20 0.00 165.96 0.99 0.57
Hex 24 FE CB 56 0 14 0 A6 63 39
Octal 44 376 313 126 0 24 0 246 143 71
Binary 100100 11111110 11001011 1010110 0 10100 0 10100110 1100011 111001

Color Harmonies of #24FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FECB

Black with #24FECB

Text Example


Text Example

White with #24FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,254,203); }

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

background-color css

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

 a { background-color: rgb(36,254,203); }

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

border-color css

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

 span { border-color: rgb(36,254,203); }

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