Html Css Color HEX #24FECA Turquoise

📋 copy color: '#24FECA'

red 36 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #24FECA

Tints of Turquoise #24FECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 7.32%
G = 51.63%
B = 41.06%

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

#24FECA (or 0x24FECA) is known color: Turquoise. HEX triplet: 24, FE and CA. RGB value is (36,254,202). Sum of RGB (Red+Green+Blue) = 36+254+202=492 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.32% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #24FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FECA is #DB0135. Grayscale: #B6B6B6. Windows color (decimal): -14352694 or 13303332. OLE color: 13303332.

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

Color convert

RGB 36 254 202 -
CMYK 0.86 0 0.20 0.00
HSL 165.69º 0.99% 0.57% -
HSV(B) 165.69º 0.86% 1% -
XYZ 46.83 75.52 67.99 -
YUV 182.89 138.78 23.23 -
System Red Green Blue C M Y K H S L
Decimal 36 254 202 0.86 0 0.20 0.00 165.69 0.99 0.57
Hex 24 FE CA 56 0 14 0 A6 63 39
Octal 44 376 312 126 0 24 0 246 143 71
Binary 100100 11111110 11001010 1010110 0 10100 0 10100110 1100011 111001

Color Harmonies of #24FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FECA

Black with #24FECA

Text Example


Text Example

White with #24FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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