Html Css Color HEX #24FFC1 Turquoise

📋 copy color: '#24FFC1'

red 36 ◦ green 255 ◦ blue 193

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

Shades of Turquoise #24FFC1

Tints of Turquoise #24FFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 7.44%
G = 52.69%
B = 39.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#24FFC1 (or 0x24FFC1) is known color: Turquoise. HEX triplet: 24, FF and C1. RGB value is (36,255,193). Sum of RGB (Red+Green+Blue) = 36+255+193=484 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.44% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFC1 is #DB003E. Grayscale: #B6B6B6. Windows color (decimal): -14352447 or 12713764. OLE color: 12713764.

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

Color convert

RGB 36 255 193 -
CMYK 0.86 0 0.24 0
HSL 163.01º 1% 0.57% -
HSV(B) 163.01º 0.86% 1% -
XYZ 46.11 75.75 62.64 -
YUV 182.45 133.95 23.54 -
System Red Green Blue C M Y K H S L
Decimal 36 255 193 0.86 0 0.24 0 163.01 1 0.57
Hex 24 FF C1 56 0 18 0 A3 64 39
Octal 44 377 301 126 0 30 0 243 144 71
Binary 100100 11111111 11000001 1010110 0 11000 0 10100011 1100100 111001

Color Harmonies of #24FFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FFC1

Black with #24FFC1

Text Example


Text Example

White with #24FFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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