Html Css Color HEX #24F9CA Turquoise

📋 copy color: '#24F9CA'

red 36 ◦ green 249 ◦ blue 202

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

Shades of Turquoise #24F9CA

Tints of Turquoise #24F9CA

RGB

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

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

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

R = 7.39%
G = 51.13%
B = 41.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#24F9CA (or 0x24F9CA) is known color: Turquoise. HEX triplet: 24, F9 and CA. RGB value is (36,249,202). Sum of RGB (Red+Green+Blue) = 36+249+202=487 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.39% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #24F9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F9CA is #DB0635. Grayscale: #B3B3B3. Windows color (decimal): -14353974 or 13302052. OLE color: 13302052.

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

Color convert

RGB 36 249 202 -
CMYK 0.86 0 0.19 0.02
HSL 166.76º 0.95% 0.56% -
HSV(B) 166.76º 0.86% 0.98% -
XYZ 45.26 72.39 67.46 -
YUV 179.96 140.43 25.32 -
System Red Green Blue C M Y K H S L
Decimal 36 249 202 0.86 0 0.19 0.02 166.76 0.95 0.56
Hex 24 F9 CA 56 0 13 2 A7 5F 38
Octal 44 371 312 126 0 23 2 247 137 70
Binary 100100 11111001 11001010 1010110 0 10011 10 10100111 1011111 111000

Color Harmonies of #24F9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F9CA

Black with #24F9CA

Text Example


Text Example

White with #24F9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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