Html Css Color HEX #24FCC6 Turquoise

📋 copy color: '#24FCC6'

red 36 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #24FCC6

Tints of Turquoise #24FCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.85%

 BLUE value IS 198 (77.73% from 255) = 40.74%

R = 7.41%
G = 51.85%
B = 40.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#24FCC6 (or 0x24FCC6) is known color: Turquoise. HEX triplet: 24, FC and C6. RGB value is (36,252,198). Sum of RGB (Red+Green+Blue) = 36+252+198=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #24FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FCC6 is #DB0339. Grayscale: #B5B5B5. Windows color (decimal): -14353210 or 13040676. OLE color: 13040676.

HSL color Cylindrical-coordinate representation of color #24FCC6: hue angle of 165º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FCC6 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 252 198 -
CMYK 0.86 0 0.21 0.01
HSL 165º 0.97% 0.56% -
HSV(B) 165º 0.86% 0.99% -
XYZ 45.73 74.07 65.31 -
YUV 181.26 137.44 24.39 -
System Red Green Blue C M Y K H S L
Decimal 36 252 198 0.86 0 0.21 0.01 165 0.97 0.56
Hex 24 FC C6 56 0 15 1 A5 61 38
Octal 44 374 306 126 0 25 1 245 141 70
Binary 100100 11111100 11000110 1010110 0 10101 1 10100101 1100001 111000

Color Harmonies of #24FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FCC6

Black with #24FCC6

Text Example


Text Example

White with #24FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,252,198); }

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

background-color css

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

 a { background-color: rgb(36,252,198); }

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

border-color css

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

 span { border-color: rgb(36,252,198); }

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